Html Css Color HEX #36949C Scooter

📋 copy color: '#36949C'

red 54 ◦ green 148 ◦ blue 156

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

Shades of Scooter #36949C

Tints of Scooter #36949C

RGB

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

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

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

R = 15.08%
G = 41.34%
B = 43.58%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36949C (or 0x36949C) is known color: Scooter. HEX triplet: 36, 94 and 9C. RGB value is (54,148,156). Sum of RGB (Red+Green+Blue) = 54+148+156=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #36949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36949C is #C96B63. Grayscale: #787878. Windows color (decimal): -13200228 or 10261558. OLE color: 10261558.

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

Color convert

RGB 54 148 156 -
CMYK 0.65 0.05 0 0.39
HSL 184.71º 0.49% 0.41% -
HSV(B) 184.71º 0.65% 0.61% -
XYZ 18.11 24.36 35.2 -
YUV 120.81 147.86 80.35 -
System Red Green Blue C M Y K H S L
Decimal 54 148 156 0.65 0.05 0 0.39 184.71 0.49 0.41
Hex 36 94 9C 41 5 0 27 B9 31 29
Octal 66 224 234 101 5 0 47 271 61 51
Binary 110110 10010100 10011100 1000001 101 0 100111 10111001 110001 101001

Color Harmonies of #36949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36949C

Black with #36949C

Text Example


Text Example

White with #36949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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