Html Css Color HEX #364A52 Atomic

📋 copy color: '#364A52'

red 54 ◦ green 74 ◦ blue 82

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

Shades of Atomic #364A52

Tints of Atomic #364A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.05%

R = 25.71%
G = 35.24%
B = 39.05%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#364A52 (or 0x364A52) is known color: Atomic. HEX triplet: 36, 4A and 52. RGB value is (54,74,82). Sum of RGB (Red+Green+Blue) = 54+74+82=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #364A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A52 is #C9B5AD. Grayscale: #444444. Windows color (decimal): -13219246 or 5392950. OLE color: 5392950.

HSL color Cylindrical-coordinate representation of color #364A52: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364A52 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 74 82 -
CMYK 0.34 0.10 0 0.68
HSL 197.14º 0.21% 0.27% -
HSV(B) 197.14º 0.34% 0.32% -
XYZ 5.49 6.29 8.91 -
YUV 68.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 54 74 82 0.34 0.10 0 0.68 197.14 0.21 0.27
Hex 36 4A 52 22 A 0 44 C5 15 1B
Octal 66 112 122 42 12 0 104 305 25 33
Binary 110110 1001010 1010010 100010 1010 0 1000100 11000101 10101 11011

Color Harmonies of #364A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A52

Black with #364A52

Text Example


Text Example

White with #364A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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