#35909B

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

Shades of Scooter #35909B

Tints of Scooter #35909B

Color information

#35909B (or 0x35909B) is unknown color: approx Scooter. HEX triplet: 35, 90 and 9B. RGB value is (53,144,155). Sum of RGB (Red+Green+Blue) = 53+144+155=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #35909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35909B is #CA6F64. Grayscale: #757575. Windows color (decimal): -13266789 or 10194997. OLE color: 10194997.

HSL color Cylindrical-coordinate representation of color #35909B: hue angle of 186.47º 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 #35909B is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53144155-
CMYK0.660.0700.39
HSL186.47º49.04%40.78%-
HSV(B)186.47º65.81%60.78%-
XYZ17.3623.0734.55-
YUV118.04148.8581.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 144 (56.64% from 255) = 40.91%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=15.06%
G=40.91%
B=44.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531441550.660.0700.39186.4749.0440.78
Hex35909B427027ba3129
Octal6522023310270472726151
Binary11010110010000100110111000010111010011110111010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35909B; }

 p { color: rgb(53,144,155); }

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

<style>
 a { background-color: #35909B; }

 a { background-color: rgb(53,144,155); }

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

<style>
 span { border-color: #35909B; }

 span { border-color: rgb(53,144,155); }

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