Html Css Color HEX #36949F Scooter

📋 copy color: '#36949F'

red 54 ◦ green 148 ◦ blue 159

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

Shades of Scooter #36949F

Tints of Scooter #36949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 14.96%
G = 41%
B = 44.04%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36949F (or 0x36949F) is known color: Scooter. HEX triplet: 36, 94 and 9F. RGB value is (54,148,159). Sum of RGB (Red+Green+Blue) = 54+148+159=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #36949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36949F is #C96B60. Grayscale: #797979. Windows color (decimal): -13200225 or 10458166. OLE color: 10458166.

HSL color Cylindrical-coordinate representation of color #36949F: hue angle of 186.29º 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 #36949F is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 148 159 -
CMYK 0.66 0.07 0 0.38
HSL 186.29º 0.49% 0.42% -
HSV(B) 186.29º 0.66% 0.62% -
XYZ 18.37 24.47 36.56 -
YUV 121.15 149.36 80.11 -
System Red Green Blue C M Y K H S L
Decimal 54 148 159 0.66 0.07 0 0.38 186.29 0.49 0.42
Hex 36 94 9F 42 7 0 26 BA 31 2A
Octal 66 224 237 102 7 0 46 272 61 52
Binary 110110 10010100 10011111 1000010 111 0 100110 10111010 110001 101010

Color Harmonies of #36949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36949F

Black with #36949F

Text Example


Text Example

White with #36949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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