Html Css Color HEX #364448 Big Stone

📋 copy color: '#364448'

red 54 ◦ green 68 ◦ blue 72

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

Shades of Big Stone #364448

Tints of Big Stone #364448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 27.84%
G = 35.05%
B = 37.11%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#364448 (or 0x364448) is known color: Big Stone. HEX triplet: 36, 44 and 48. RGB value is (54,68,72). Sum of RGB (Red+Green+Blue) = 54+68+72=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #364448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364448 is #C9BBB7. Grayscale: #404040. Windows color (decimal): -13220792 or 4736054. OLE color: 4736054.

HSL color Cylindrical-coordinate representation of color #364448: hue angle of 193.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #364448 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 68 72 -
CMYK 0.25 0.06 0 0.72
HSL 193.33º 0.14% 0.25% -
HSV(B) 193.33º 0.25% 0.28% -
XYZ 4.76 5.39 6.92 -
YUV 64.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 54 68 72 0.25 0.06 0 0.72 193.33 0.14 0.25
Hex 36 44 48 19 6 0 48 C1 E 19
Octal 66 104 110 31 6 0 110 301 16 31
Binary 110110 1000100 1001000 11001 110 0 1001000 11000001 1110 11001

Color Harmonies of #364448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364448

Black with #364448

Text Example


Text Example

White with #364448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364448; }

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

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

background-color css

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

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

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

border-color css

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

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

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