Html Css Color HEX #364B57 Atomic

📋 copy color: '#364B57'

red 54 ◦ green 75 ◦ blue 87

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

Shades of Atomic #364B57

Tints of Atomic #364B57

RGB

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

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

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

R = 25%
G = 34.72%
B = 40.28%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364B57 (or 0x364B57) is known color: Atomic. HEX triplet: 36, 4B and 57. RGB value is (54,75,87). Sum of RGB (Red+Green+Blue) = 54+75+87=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #364B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B57 is #C9B4A8. Grayscale: #464646. Windows color (decimal): -13218985 or 5720886. OLE color: 5720886.

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

Color convert

RGB 54 75 87 -
CMYK 0.38 0.14 0 0.66
HSL 201.82º 0.23% 0.28% -
HSV(B) 201.82º 0.38% 0.34% -
XYZ 5.76 6.5 9.97 -
YUV 70.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 54 75 87 0.38 0.14 0 0.66 201.82 0.23 0.28
Hex 36 4B 57 26 E 0 42 CA 17 1C
Octal 66 113 127 46 16 0 102 312 27 34
Binary 110110 1001011 1010111 100110 1110 0 1000010 11001010 10111 11100

Color Harmonies of #364B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B57

Black with #364B57

Text Example


Text Example

White with #364B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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