Html Css Color HEX #35999D Scooter

📋 copy color: '#35999D'

red 53 ◦ green 153 ◦ blue 157

#35999D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #35999D

Tints of Scooter #35999D

RGB

 RED value IS 53 (21.09% from 255) = 14.6%

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 14.6%
G = 42.15%
B = 43.25%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35999D (or 0x35999D) is known color: 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

RGB 53 153 157 -
CMYK 0.66 0.03 0 0.38
HSL 182.31º 0.5% 0.41% -
HSV(B) 182.31º 0.66% 0.62% -
XYZ 18.95 25.97 35.91 -
YUV 123.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 53 153 157 0.66 0.03 0 0.38 182.31 0.5 0.41
Hex 35 99 9D 42 3 0 26 B6 32 29
Octal 65 231 235 102 3 0 46 266 62 51
Binary 110101 10011001 10011101 1000010 11 0 100110 10110110 110010 101001

Color Harmonies of #35999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35999D

Black with #35999D

Text Example


Text Example

White with #35999D

Text Example


Text Example

HTML Codes & Css Web 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>