Html Css Color HEX #364950 Atomic

📋 copy color: '#364950'

red 54 ◦ green 73 ◦ blue 80

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

Shades of Atomic #364950

Tints of Atomic #364950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

 BLUE value IS 80 (31.64% from 255) = 38.65%

R = 26.09%
G = 35.27%
B = 38.65%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#364950 (or 0x364950) is known color: Atomic. HEX triplet: 36, 49 and 50. RGB value is (54,73,80). Sum of RGB (Red+Green+Blue) = 54+73+80=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #364950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364950 is #C9B6AF. Grayscale: #444444. Windows color (decimal): -13219504 or 5261622. OLE color: 5261622.

HSL color Cylindrical-coordinate representation of color #364950: hue angle of 196.15º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #364950 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 73 80 -
CMYK 0.33 0.09 0 0.69
HSL 196.15º 0.19% 0.26% -
HSV(B) 196.15º 0.33% 0.31% -
XYZ 5.35 6.13 8.49 -
YUV 68.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 54 73 80 0.33 0.09 0 0.69 196.15 0.19 0.26
Hex 36 49 50 21 9 0 45 C4 13 1A
Octal 66 111 120 41 11 0 105 304 23 32
Binary 110110 1001001 1010000 100001 1001 0 1000101 11000100 10011 11010

Color Harmonies of #364950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364950

Black with #364950

Text Example


Text Example

White with #364950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364950; }

 p { color: rgb(54,73,80); }

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

background-color css

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

 a { background-color: rgb(54,73,80); }

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

border-color css

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

 span { border-color: rgb(54,73,80); }

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