#358F9C

Color #358F9C Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #358F9C

Tints of Scooter #358F9C

Color information

#358F9C (or 0x358F9C) is unknown color: approx Scooter. HEX triplet: 35, 8F and 9C. RGB value is (53,143,156). Sum of RGB (Red+Green+Blue) = 53+143+156=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #358F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F9C is #CA7063. Grayscale: #757575. Windows color (decimal): -13267044 or 10260277. OLE color: 10260277.

HSL color Cylindrical-coordinate representation of color #358F9C: hue angle of 187.57º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #358F9C is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53143156-
CMYK0.660.0800.39
HSL187.57º49.28%40.98%-
HSV(B)187.57º66.03%61.18%-
XYZ17.2922.834.94-
YUV117.57149.6881.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=15.06%
G=40.62%
B=44.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531431560.660.0800.39187.5749.2840.98
Hex358F9C428027bc3129
Octal65217234102100472746151
Binary110101100011111001110010000101000010011110111100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358F9C; }

 p { color: rgb(53,143,156); }

 H1.HeaderClassName
 {
   color: #358F9C;
 }
 .AnyTagClassName
 {
   color: #358F9C;
 }
</style>
background-color css

<style>
 a { background-color: #358F9C; }

 a { background-color: rgb(53,143,156); }

 div.DivClassName
 {
   background-color: #358F9C;
 }
 .BgClassName
 {
   background-color: #358F9C;
 }
</style>
border-color css

<style>
 span { border-color: #358F9C; }

 span { border-color: rgb(53,143,156); }

 td.TdClassName
 {
   border-color: #358F9C;
 }
 .TagClassName
 {
   border-color: #358F9C;
 }
</style>