Html Css Color HEX #364249 Big Stone

📋 copy color: '#364249'

red 54 ◦ green 66 ◦ blue 73

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

Shades of Big Stone #364249

Tints of Big Stone #364249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 27.98%
G = 34.2%
B = 37.82%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#364249 (or 0x364249) is known color: Big Stone. HEX triplet: 36, 42 and 49. RGB value is (54,66,73). Sum of RGB (Red+Green+Blue) = 54+66+73=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #364249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364249 is #C9BDB6. Grayscale: #3F3F3F. Windows color (decimal): -13221303 or 4801078. OLE color: 4801078.

HSL color Cylindrical-coordinate representation of color #364249: hue angle of 202.11º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #364249 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 66 73 -
CMYK 0.26 0.10 0 0.71
HSL 202.11º 0.15% 0.25% -
HSV(B) 202.11º 0.26% 0.29% -
XYZ 4.67 5.16 7.05 -
YUV 63.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 54 66 73 0.26 0.10 0 0.71 202.11 0.15 0.25
Hex 36 42 49 1A A 0 47 CA F 19
Octal 66 102 111 32 12 0 107 312 17 31
Binary 110110 1000010 1001001 11010 1010 0 1000111 11001010 1111 11001

Color Harmonies of #364249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364249

Black with #364249

Text Example


Text Example

White with #364249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364249; }

 p { color: rgb(54,66,73); }

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

background-color css

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

 a { background-color: rgb(54,66,73); }

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

border-color css

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

 span { border-color: rgb(54,66,73); }

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