#35869B

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

Shades of Scooter #35869B

Tints of Scooter #35869B

Color information

#35869B (or 0x35869B) is unknown color: approx Scooter. HEX triplet: 35, 86 and 9B. RGB value is (53,134,155). Sum of RGB (Red+Green+Blue) = 53+134+155=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #35869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35869B is #CA7964. Grayscale: #707070. Windows color (decimal): -13269349 or 10192437. OLE color: 10192437.

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

Color convert

RGB53134155-
CMYK0.660.1400.39
HSL192.35º49.04%40.78%-
HSV(B)192.35º65.81%60.78%-
XYZ15.9120.1734.07-
YUV112.18152.1685.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=15.50%
G=39.18%
B=45.32%

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
Decimal531341550.660.1400.39192.3549.0440.78
Hex35869B42E027c03129
Octal65206233102160473006151
Binary110101100001101001101110000101110010011111000000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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