Html Css Color HEX #364146 Big Stone

📋 copy color: '#364146'

red 54 ◦ green 65 ◦ blue 70

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

Shades of Big Stone #364146

Tints of Big Stone #364146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 28.57%
G = 34.39%
B = 37.04%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#364146 (or 0x364146) is known color: Big Stone. HEX triplet: 36, 41 and 46. RGB value is (54,65,70). Sum of RGB (Red+Green+Blue) = 54+65+70=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #364146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364146 is #C9BEB9. Grayscale: #3E3E3E. Windows color (decimal): -13221562 or 4604214. OLE color: 4604214.

HSL color Cylindrical-coordinate representation of color #364146: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #364146 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 65 70 -
CMYK 0.23 0.07 0 0.73
HSL 198.75º 0.13% 0.24% -
HSV(B) 198.75º 0.23% 0.27% -
XYZ 4.52 5.01 6.52 -
YUV 62.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 54 65 70 0.23 0.07 0 0.73 198.75 0.13 0.24
Hex 36 41 46 17 7 0 49 C7 D 18
Octal 66 101 106 27 7 0 111 307 15 30
Binary 110110 1000001 1000110 10111 111 0 1001001 11000111 1101 11000

Color Harmonies of #364146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364146

Black with #364146

Text Example


Text Example

White with #364146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364146; }

 p { color: rgb(54,65,70); }

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

background-color css

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

 a { background-color: rgb(54,65,70); }

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

border-color css

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

 span { border-color: rgb(54,65,70); }

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