#35919D

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

Shades of Scooter #35919D

Tints of Scooter #35919D

Color information

#35919D (or 0x35919D) is unknown color: approx Scooter. HEX triplet: 35, 91 and 9D. RGB value is (53,145,157). Sum of RGB (Red+Green+Blue) = 53+145+157=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #35919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35919D is #CA6E62. Grayscale: #767676. Windows color (decimal): -13266531 or 10326325. OLE color: 10326325.

HSL color Cylindrical-coordinate representation of color #35919D: hue angle of 186.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35919D is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53145157-
CMYK0.660.0800.38
HSL186.92º49.52%41.18%-
HSV(B)186.92º66.24%61.57%-
XYZ17.6823.4435.49-
YUV118.86149.5281.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=14.93%
G=40.85%
B=44.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531451570.660.0800.38186.9249.5241.18
Hex35919D428026bb3229
Octal65221235102100462736251
Binary110101100100011001110110000101000010011010111011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35919D; }

 p { color: rgb(53,145,157); }

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

<style>
 a { background-color: #35919D; }

 a { background-color: rgb(53,145,157); }

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

<style>
 span { border-color: #35919D; }

 span { border-color: rgb(53,145,157); }

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