#35819D

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

Shades of Scooter #35819D

Tints of Scooter #35819D

Color information

#35819D (or 0x35819D) is unknown color: approx Scooter. HEX triplet: 35, 81 and 9D. RGB value is (53,129,157). Sum of RGB (Red+Green+Blue) = 53+129+157=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #35819D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35819D is #CA7E62. Grayscale: #6D6D6D. Windows color (decimal): -13270627 or 10322229. OLE color: 10322229.

HSL color Cylindrical-coordinate representation of color #35819D: hue angle of 196.15º 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 #35819D is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53129157-
CMYK0.660.1800.38
HSL196.15º49.52%41.18%-
HSV(B)196.15º66.24%61.57%-
XYZ15.418.8934.73-
YUV109.47154.8287.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=15.63%
G=38.05%
B=46.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531291570.660.1800.38196.1549.5241.18
Hex35819D4212026c43229
Octal65201235102220463046251
Binary1101011000000110011101100001010010010011011000100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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