Html Css Color HEX #36949E Scooter

📋 copy color: '#36949E'

red 54 ◦ green 148 ◦ blue 158

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

Shades of Scooter #36949E

Tints of Scooter #36949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.11%

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 15%
G = 41.11%
B = 43.89%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36949E (or 0x36949E) is known color: Scooter. HEX triplet: 36, 94 and 9E. RGB value is (54,148,158). Sum of RGB (Red+Green+Blue) = 54+148+158=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #36949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36949E is #C96B61. Grayscale: #787878. Windows color (decimal): -13200226 or 10392630. OLE color: 10392630.

HSL color Cylindrical-coordinate representation of color #36949E: hue angle of 185.77º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36949E is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 148 158 -
CMYK 0.66 0.06 0 0.38
HSL 185.77º 0.49% 0.42% -
HSV(B) 185.77º 0.66% 0.62% -
XYZ 18.28 24.43 36.1 -
YUV 121.03 148.86 80.19 -
System Red Green Blue C M Y K H S L
Decimal 54 148 158 0.66 0.06 0 0.38 185.77 0.49 0.42
Hex 36 94 9E 42 6 0 26 BA 31 2A
Octal 66 224 236 102 6 0 46 272 61 52
Binary 110110 10010100 10011110 1000010 110 0 100110 10111010 110001 101010

Color Harmonies of #36949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36949E

Black with #36949E

Text Example


Text Example

White with #36949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36949E; }

 p { color: rgb(54,148,158); }

 H1.HeaderClassName
 {
   color: #36949E;
 }
 .AnyTagClassName
 {
   color: #36949E;
 }
</style>

background-color css

<style>
 a { background-color: #36949E; }

 a { background-color: rgb(54,148,158); }

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

border-color css

<style>
 span { border-color: #36949E; }

 span { border-color: rgb(54,148,158); }

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