#35819E

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

Shades of Scooter #35819E

Tints of Scooter #35819E

Color information

#35819E (or 0x35819E) is unknown color: approx Scooter. HEX triplet: 35, 81 and 9E. RGB value is (53,129,158). Sum of RGB (Red+Green+Blue) = 53+129+158=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #35819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35819E is #CA7E61. Grayscale: #6D6D6D. Windows color (decimal): -13270626 or 10387765. OLE color: 10387765.

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

Color convert

RGB53129158-
CMYK0.660.1800.38
HSL196.57º49.76%41.37%-
HSV(B)196.57º66.46%61.96%-
XYZ15.4918.9335.18-
YUV109.58155.3287.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=15.59%
G=37.94%
B=46.47%

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
Decimal531291580.660.1800.38196.5749.7641.37
Hex35819E4212026c53229
Octal65201236102220463056251
Binary1101011000000110011110100001010010010011011000101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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