#35809B

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

Shades of Scooter #35809B

Tints of Scooter #35809B

Color information

#35809B (or 0x35809B) is unknown color: approx Scooter. HEX triplet: 35, 80 and 9B. RGB value is (53,128,155). Sum of RGB (Red+Green+Blue) = 53+128+155=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #35809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35809B is #CA7F64. Grayscale: #6C6C6C. Windows color (decimal): -13270885 or 10190901. OLE color: 10190901.

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

Color convert

RGB53128155-
CMYK0.660.1700.39
HSL195.88º49.04%40.78%-
HSV(B)195.88º65.81%60.78%-
XYZ15.118.5633.8-
YUV108.65154.1588.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=15.77%
G=38.10%
B=46.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531281550.660.1700.39195.8849.0440.78
Hex35809B4211027c43129
Octal65200233102210473046151
Binary1101011000000010011011100001010001010011111000100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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