#35999D

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

Shades of Scooter #35999D

Tints of Scooter #35999D

Color information

#35999D (or 0x35999D) is unknown color: approx Scooter. HEX triplet: 35, 99 and 9D. RGB value is (53,153,157). Sum of RGB (Red+Green+Blue) = 53+153+157=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #35999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35999D is #CA6662. Grayscale: #7B7B7B. Windows color (decimal): -13264483 or 10328373. OLE color: 10328373.

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

Color convert

RGB53153157-
CMYK0.660.0300.38
HSL182.31º49.52%41.18%-
HSV(B)182.31º66.24%61.57%-
XYZ18.9525.9735.91-
YUV123.56146.8777.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=14.60%
G=42.15%
B=43.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531531570.660.0300.38182.3149.5241.18
Hex35999D423026b63229
Octal6523123510230462666251
Binary1101011001100110011101100001011010011010110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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