Html Css Color HEX #36959C Scooter

📋 copy color: '#36959C'

red 54 ◦ green 149 ◦ blue 156

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

Shades of Scooter #36959C

Tints of Scooter #36959C

RGB

 RED value IS 54 (21.48% from 255) = 15.04%

 GREEN value IS 149 (58.59% from 255) = 41.5%

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

R = 15.04%
G = 41.5%
B = 43.45%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36959C (or 0x36959C) is known color: Scooter. HEX triplet: 36, 95 and 9C. RGB value is (54,149,156). Sum of RGB (Red+Green+Blue) = 54+149+156=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #36959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36959C is #C96A63. Grayscale: #797979. Windows color (decimal): -13199972 or 10261814. OLE color: 10261814.

HSL color Cylindrical-coordinate representation of color #36959C: hue angle of 184.12º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36959C is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 149 156 -
CMYK 0.65 0.04 0 0.39
HSL 184.12º 0.49% 0.41% -
HSV(B) 184.12º 0.65% 0.61% -
XYZ 18.27 24.68 35.25 -
YUV 121.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 54 149 156 0.65 0.04 0 0.39 184.12 0.49 0.41
Hex 36 95 9C 41 4 0 27 B8 31 29
Octal 66 225 234 101 4 0 47 270 61 51
Binary 110110 10010101 10011100 1000001 100 0 100111 10111000 110001 101001

Color Harmonies of #36959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36959C

Black with #36959C

Text Example


Text Example

White with #36959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,149,156); }

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

background-color css

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

 a { background-color: rgb(54,149,156); }

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

border-color css

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

 span { border-color: rgb(54,149,156); }

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