#364448

Color #364448 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #364448

Tints of Big Stone #364448

Color information

#364448 (or 0x364448) is unknown color: approx 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

RGB546872-
CMYK0.250.0600.72
HSL193.33º14.29%24.71%-
HSV(B)193.33º25%28.24%-
XYZ4.765.396.92-
YUV64.27132.36120.67-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5468720.250.0600.72193.3314.2924.71
Hex364448196048c1e19
Octal6610411031601103011631
Binary11011010001001001000110011100100100011000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>