Html Css Color HEX #364B56 Atomic

📋 copy color: '#364B56'

red 54 ◦ green 75 ◦ blue 86

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

Shades of Atomic #364B56

Tints of Atomic #364B56

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.88%

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

R = 25.12%
G = 34.88%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364B56 (or 0x364B56) is known color: Atomic. HEX triplet: 36, 4B and 56. RGB value is (54,75,86). Sum of RGB (Red+Green+Blue) = 54+75+86=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #364B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B56 is #C9B4A9. Grayscale: #454545. Windows color (decimal): -13218986 or 5655350. OLE color: 5655350.

HSL color Cylindrical-coordinate representation of color #364B56: hue angle of 200.62º 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 #364B56 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 75 86 -
CMYK 0.37 0.13 0 0.66
HSL 200.63º 0.23% 0.27% -
HSV(B) 200.63º 0.37% 0.34% -
XYZ 5.72 6.49 9.76 -
YUV 69.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 54 75 86 0.37 0.13 0 0.66 200.63 0.23 0.27
Hex 36 4B 56 25 D 0 42 C9 17 1B
Octal 66 113 126 45 15 0 102 311 27 33
Binary 110110 1001011 1010110 100101 1101 0 1000010 11001001 10111 11011

Color Harmonies of #364B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B56

Black with #364B56

Text Example


Text Example

White with #364B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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