Html Css Color HEX #364A53 Atomic

📋 copy color: '#364A53'

red 54 ◦ green 74 ◦ blue 83

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

Shades of Atomic #364A53

Tints of Atomic #364A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 25.59%
G = 35.07%
B = 39.34%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364A53 (or 0x364A53) is known color: Atomic. HEX triplet: 36, 4A and 53. RGB value is (54,74,83). Sum of RGB (Red+Green+Blue) = 54+74+83=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #364A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A53 is #C9B5AC. Grayscale: #444444. Windows color (decimal): -13219245 or 5458486. OLE color: 5458486.

HSL color Cylindrical-coordinate representation of color #364A53: hue angle of 198.62º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #364A53 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 74 83 -
CMYK 0.35 0.11 0 0.67
HSL 198.62º 0.21% 0.27% -
HSV(B) 198.62º 0.35% 0.33% -
XYZ 5.53 6.31 9.11 -
YUV 69.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 54 74 83 0.35 0.11 0 0.67 198.62 0.21 0.27
Hex 36 4A 53 23 B 0 43 C7 15 1B
Octal 66 112 123 43 13 0 103 307 25 33
Binary 110110 1001010 1010011 100011 1011 0 1000011 11000111 10101 11011

Color Harmonies of #364A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A53

Black with #364A53

Text Example


Text Example

White with #364A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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