#35849B

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

Shades of Scooter #35849B

Tints of Scooter #35849B

Color information

#35849B (or 0x35849B) is unknown color: approx Scooter. HEX triplet: 35, 84 and 9B. RGB value is (53,132,155). Sum of RGB (Red+Green+Blue) = 53+132+155=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #35849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35849B is #CA7B64. Grayscale: #6E6E6E. Windows color (decimal): -13269861 or 10191925. OLE color: 10191925.

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

Color convert

RGB53132155-
CMYK0.660.1500.39
HSL193.53º49.04%40.78%-
HSV(B)193.53º65.81%60.78%-
XYZ15.6419.6333.97-
YUV111152.8386.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=15.59%
G=38.82%
B=45.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531321550.660.1500.39193.5349.0440.78
Hex35849B42F027c23129
Octal65204233102170473026151
Binary110101100001001001101110000101111010011111000010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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