Html Css Color HEX #364248 Big Stone

📋 copy color: '#364248'

red 54 ◦ green 66 ◦ blue 72

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

Shades of Big Stone #364248

Tints of Big Stone #364248

RGB

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

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

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

R = 28.13%
G = 34.38%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#364248 (or 0x364248) is known color: Big Stone. HEX triplet: 36, 42 and 48. RGB value is (54,66,72). Sum of RGB (Red+Green+Blue) = 54+66+72=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #364248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364248 is #C9BDB7. Grayscale: #3F3F3F. Windows color (decimal): -13221304 or 4735542. OLE color: 4735542.

HSL color Cylindrical-coordinate representation of color #364248: hue angle of 200º 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 #364248 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 66 72 -
CMYK 0.25 0.08 0 0.72
HSL 200º 0.14% 0.25% -
HSV(B) 200º 0.25% 0.28% -
XYZ 4.64 5.15 6.88 -
YUV 63.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 54 66 72 0.25 0.08 0 0.72 200 0.14 0.25
Hex 36 42 48 19 8 0 48 C8 E 19
Octal 66 102 110 31 10 0 110 310 16 31
Binary 110110 1000010 1001000 11001 1000 0 1001000 11001000 1110 11001

Color Harmonies of #364248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364248

Black with #364248

Text Example


Text Example

White with #364248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364248; }

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

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

background-color css

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

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

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

border-color css

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

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

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