Html Css Color HEX #364956 Atomic

📋 copy color: '#364956'

red 54 ◦ green 73 ◦ blue 86

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

Shades of Atomic #364956

Tints of Atomic #364956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.27%

 BLUE value IS 86 (33.98% from 255) = 40.38%

R = 25.35%
G = 34.27%
B = 40.38%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364956 (or 0x364956) is known color: Atomic. HEX triplet: 36, 49 and 56. RGB value is (54,73,86). Sum of RGB (Red+Green+Blue) = 54+73+86=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #364956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364956 is #C9B6A9. Grayscale: #444444. Windows color (decimal): -13219498 or 5654838. OLE color: 5654838.

HSL color Cylindrical-coordinate representation of color #364956: hue angle of 204.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #364956 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 73 86 -
CMYK 0.37 0.15 0 0.66
HSL 204.38º 0.23% 0.27% -
HSV(B) 204.38º 0.37% 0.34% -
XYZ 5.58 6.22 9.71 -
YUV 68.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 54 73 86 0.37 0.15 0 0.66 204.38 0.23 0.27
Hex 36 49 56 25 F 0 42 CC 17 1B
Octal 66 111 126 45 17 0 102 314 27 33
Binary 110110 1001001 1010110 100101 1111 0 1000010 11001100 10111 11011

Color Harmonies of #364956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364956

Black with #364956

Text Example


Text Example

White with #364956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364956; }

 p { color: rgb(54,73,86); }

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

background-color css

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

 a { background-color: rgb(54,73,86); }

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

border-color css

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

 span { border-color: rgb(54,73,86); }

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