Html Css Color HEX #364449 Big Stone

📋 copy color: '#364449'

red 54 ◦ green 68 ◦ blue 73

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

Shades of Big Stone #364449

Tints of Big Stone #364449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

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

R = 27.69%
G = 34.87%
B = 37.44%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#364449 (or 0x364449) is known color: Big Stone. HEX triplet: 36, 44 and 49. RGB value is (54,68,73). Sum of RGB (Red+Green+Blue) = 54+68+73=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #364449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364449 is #C9BBB6. Grayscale: #404040. Windows color (decimal): -13220791 or 4801590. OLE color: 4801590.

HSL color Cylindrical-coordinate representation of color #364449: hue angle of 195.79º 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 #364449 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 68 73 -
CMYK 0.26 0.07 0 0.71
HSL 195.79º 0.15% 0.25% -
HSV(B) 195.79º 0.26% 0.29% -
XYZ 4.79 5.4 7.09 -
YUV 64.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 54 68 73 0.26 0.07 0 0.71 195.79 0.15 0.25
Hex 36 44 49 1A 7 0 47 C4 F 19
Octal 66 104 111 32 7 0 107 304 17 31
Binary 110110 1000100 1001001 11010 111 0 1000111 11000100 1111 11001

Color Harmonies of #364449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364449

Black with #364449

Text Example


Text Example

White with #364449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364449; }

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

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

background-color css

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

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

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

border-color css

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

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

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