Html Css Color HEX #364C57 Atomic

📋 copy color: '#364C57'

red 54 ◦ green 76 ◦ blue 87

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

Shades of Atomic #364C57

Tints of Atomic #364C57

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.02%

 BLUE value IS 87 (34.38% from 255) = 40.09%

R = 24.88%
G = 35.02%
B = 40.09%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364C57 (or 0x364C57) is known color: Atomic. HEX triplet: 36, 4C and 57. RGB value is (54,76,87). Sum of RGB (Red+Green+Blue) = 54+76+87=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #364C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C57 is #C9B3A8. Grayscale: #464646. Windows color (decimal): -13218729 or 5721142. OLE color: 5721142.

HSL color Cylindrical-coordinate representation of color #364C57: hue angle of 200º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #364C57 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 76 87 -
CMYK 0.38 0.13 0 0.66
HSL 200º 0.23% 0.28% -
HSV(B) 200º 0.38% 0.34% -
XYZ 5.83 6.64 9.99 -
YUV 70.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 54 76 87 0.38 0.13 0 0.66 200 0.23 0.28
Hex 36 4C 57 26 D 0 42 C8 17 1C
Octal 66 114 127 46 15 0 102 310 27 34
Binary 110110 1001100 1010111 100110 1101 0 1000010 11001000 10111 11100

Color Harmonies of #364C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C57

Black with #364C57

Text Example


Text Example

White with #364C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,76,87); }

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

background-color css

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

 a { background-color: rgb(54,76,87); }

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

border-color css

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

 span { border-color: rgb(54,76,87); }

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