Html Css Color HEX #364A57 Atomic

📋 copy color: '#364A57'

red 54 ◦ green 74 ◦ blue 87

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

Shades of Atomic #364A57

Tints of Atomic #364A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

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

R = 25.12%
G = 34.42%
B = 40.47%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364A57 (or 0x364A57) is known color: Atomic. HEX triplet: 36, 4A and 57. RGB value is (54,74,87). Sum of RGB (Red+Green+Blue) = 54+74+87=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #364A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A57 is #C9B5A8. Grayscale: #454545. Windows color (decimal): -13219241 or 5720630. OLE color: 5720630.

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

Color convert

RGB 54 74 87 -
CMYK 0.38 0.15 0 0.66
HSL 203.64º 0.23% 0.28% -
HSV(B) 203.64º 0.38% 0.34% -
XYZ 5.69 6.37 9.95 -
YUV 69.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 54 74 87 0.38 0.15 0 0.66 203.64 0.23 0.28
Hex 36 4A 57 26 F 0 42 CC 17 1C
Octal 66 112 127 46 17 0 102 314 27 34
Binary 110110 1001010 1010111 100110 1111 0 1000010 11001100 10111 11100

Color Harmonies of #364A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A57

Black with #364A57

Text Example


Text Example

White with #364A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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