Html Css Color HEX #364E58 Atomic

📋 copy color: '#364E58'

red 54 ◦ green 78 ◦ blue 88

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

Shades of Atomic #364E58

Tints of Atomic #364E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40%

R = 24.55%
G = 35.45%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364E58 (or 0x364E58) is known color: Atomic. HEX triplet: 36, 4E and 58. RGB value is (54,78,88). Sum of RGB (Red+Green+Blue) = 54+78+88=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #364E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E58 is #C9B1A7. Grayscale: #474747. Windows color (decimal): -13218216 or 5787190. OLE color: 5787190.

HSL color Cylindrical-coordinate representation of color #364E58: hue angle of 197.65º 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 #364E58 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 78 88 -
CMYK 0.39 0.11 0 0.65
HSL 197.65º 0.24% 0.28% -
HSV(B) 197.65º 0.39% 0.35% -
XYZ 6.01 6.94 10.26 -
YUV 71.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 54 78 88 0.39 0.11 0 0.65 197.65 0.24 0.28
Hex 36 4E 58 27 B 0 41 C6 18 1C
Octal 66 116 130 47 13 0 101 306 30 34
Binary 110110 1001110 1011000 100111 1011 0 1000001 11000110 11000 11100

Color Harmonies of #364E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E58

Black with #364E58

Text Example


Text Example

White with #364E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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