Html Css Color HEX #36959D Scooter

📋 copy color: '#36959D'

red 54 ◦ green 149 ◦ blue 157

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

Shades of Scooter #36959D

Tints of Scooter #36959D

RGB

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

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

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

R = 15%
G = 41.39%
B = 43.61%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36959D (or 0x36959D) is known color: Scooter. HEX triplet: 36, 95 and 9D. RGB value is (54,149,157). Sum of RGB (Red+Green+Blue) = 54+149+157=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #36959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36959D is #C96A62. Grayscale: #797979. Windows color (decimal): -13199971 or 10327350. OLE color: 10327350.

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

Color convert

RGB 54 149 157 -
CMYK 0.66 0.05 0 0.38
HSL 184.66º 0.49% 0.41% -
HSV(B) 184.66º 0.66% 0.62% -
XYZ 18.35 24.71 35.7 -
YUV 121.51 148.03 79.85 -
System Red Green Blue C M Y K H S L
Decimal 54 149 157 0.66 0.05 0 0.38 184.66 0.49 0.41
Hex 36 95 9D 42 5 0 26 B9 31 29
Octal 66 225 235 102 5 0 46 271 61 51
Binary 110110 10010101 10011101 1000010 101 0 100110 10111001 110001 101001

Color Harmonies of #36959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36959D

Black with #36959D

Text Example


Text Example

White with #36959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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