Html Css Color HEX #35909C Scooter

📋 copy color: '#35909C'

red 53 ◦ green 144 ◦ blue 156

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

Shades of Scooter #35909C

Tints of Scooter #35909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.79%

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 15.01%
G = 40.79%
B = 44.19%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35909C (or 0x35909C) is known color: Scooter. HEX triplet: 35, 90 and 9C. RGB value is (53,144,156). Sum of RGB (Red+Green+Blue) = 53+144+156=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #35909C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35909C is #CA6F63. Grayscale: #767676. Windows color (decimal): -13266788 or 10260533. OLE color: 10260533.

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

Color convert

RGB 53 144 156 -
CMYK 0.66 0.08 0 0.39
HSL 186.99º 0.49% 0.41% -
HSV(B) 186.99º 0.66% 0.61% -
XYZ 17.44 23.1 34.99 -
YUV 118.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 53 144 156 0.66 0.08 0 0.39 186.99 0.49 0.41
Hex 35 90 9C 42 8 0 27 BB 31 29
Octal 65 220 234 102 10 0 47 273 61 51
Binary 110101 10010000 10011100 1000010 1000 0 100111 10111011 110001 101001

Color Harmonies of #35909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35909C

Black with #35909C

Text Example


Text Example

White with #35909C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35909C; }

 p { color: rgb(53,144,156); }

 H1.HeaderClassName
 {
   color: #35909C;
 }
 .AnyTagClassName
 {
   color: #35909C;
 }
</style>

background-color css

<style>
 a { background-color: #35909C; }

 a { background-color: rgb(53,144,156); }

 div.DivClassName
 {
   background-color: #35909C;
 }
 .BgClassName
 {
   background-color: #35909C;
 }
</style>

border-color css

<style>
 span { border-color: #35909C; }

 span { border-color: rgb(53,144,156); }

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