#35859B

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

Shades of Scooter #35859B

Tints of Scooter #35859B

Color information

#35859B (or 0x35859B) is unknown color: approx Scooter. HEX triplet: 35, 85 and 9B. RGB value is (53,133,155). Sum of RGB (Red+Green+Blue) = 53+133+155=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #35859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35859B is #CA7A64. Grayscale: #6F6F6F. Windows color (decimal): -13269605 or 10192181. OLE color: 10192181.

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

Color convert

RGB53133155-
CMYK0.660.1400.39
HSL192.94º49.04%40.78%-
HSV(B)192.94º65.81%60.78%-
XYZ15.7719.934.02-
YUV111.59152.586.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=15.54%
G=39.00%
B=45.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531331550.660.1400.39192.9449.0440.78
Hex35859B42E027c13129
Octal65205233102160473016151
Binary110101100001011001101110000101110010011111000001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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