#35839B

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

Shades of Scooter #35839B

Tints of Scooter #35839B

Color information

#35839B (or 0x35839B) is unknown color: approx Scooter. HEX triplet: 35, 83 and 9B. RGB value is (53,131,155). Sum of RGB (Red+Green+Blue) = 53+131+155=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #35839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35839B is #CA7C64. Grayscale: #6E6E6E. Windows color (decimal): -13270117 or 10191669. OLE color: 10191669.

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

Color convert

RGB53131155-
CMYK0.660.1500.39
HSL194.12º49.04%40.78%-
HSV(B)194.12º65.81%60.78%-
XYZ15.519.3633.93-
YUV110.41153.1687.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=15.63%
G=38.64%
B=45.72%

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
Decimal531311550.660.1500.39194.1249.0440.78
Hex35839B42F027c23129
Octal65203233102170473026151
Binary110101100000111001101110000101111010011111000010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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