#364348

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

Shades of Big Stone #364348

Tints of Big Stone #364348

Color information

#364348 (or 0x364348) is unknown color: approx Big Stone. HEX triplet: 36, 43 and 48. RGB value is (54,67,72). Sum of RGB (Red+Green+Blue) = 54+67+72=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #364348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364348 is #C9BCB7. Grayscale: #3F3F3F. Windows color (decimal): -13221048 or 4735798. OLE color: 4735798.

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

Color convert

RGB546772-
CMYK0.250.0700.72
HSL196.67º14.29%24.71%-
HSV(B)196.67º25%28.24%-
XYZ4.75.276.9-
YUV63.68132.69121.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=27.98%
G=34.72%
B=37.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5467720.250.0700.72196.6714.2924.71
Hex364348197048c5e19
Octal6610311031701103051631
Binary11011010000111001000110011110100100011000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364348; }

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

 H1.HeaderClassName
 {
   color: #364348;
 }
 .AnyTagClassName
 {
   color: #364348;
 }
</style>
background-color css

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

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

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

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

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

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