Html Css Color HEX #364E59 Atomic

📋 copy color: '#364E59'

red 54 ◦ green 78 ◦ blue 89

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

Shades of Atomic #364E59

Tints of Atomic #364E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.29%

 BLUE value IS 89 (35.16% from 255) = 40.27%

R = 24.43%
G = 35.29%
B = 40.27%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364E59 (or 0x364E59) is known color: Atomic. HEX triplet: 36, 4E and 59. RGB value is (54,78,89). Sum of RGB (Red+Green+Blue) = 54+78+89=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #364E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E59 is #C9B1A6. Grayscale: #484848. Windows color (decimal): -13218215 or 5852726. OLE color: 5852726.

HSL color Cylindrical-coordinate representation of color #364E59: hue angle of 198.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364E59 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 78 89 -
CMYK 0.39 0.12 0 0.65
HSL 198.86º 0.24% 0.28% -
HSV(B) 198.86º 0.39% 0.35% -
XYZ 6.05 6.95 10.47 -
YUV 72.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 54 78 89 0.39 0.12 0 0.65 198.86 0.24 0.28
Hex 36 4E 59 27 C 0 41 C7 18 1C
Octal 66 116 131 47 14 0 101 307 30 34
Binary 110110 1001110 1011001 100111 1100 0 1000001 11000111 11000 11100

Color Harmonies of #364E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E59

Black with #364E59

Text Example


Text Example

White with #364E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,78,89); }

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

background-color css

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

 a { background-color: rgb(54,78,89); }

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

border-color css

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

 span { border-color: rgb(54,78,89); }

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