Html Css Color HEX #364A50 Atomic

📋 copy color: '#364A50'

red 54 ◦ green 74 ◦ blue 80

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

Shades of Atomic #364A50

Tints of Atomic #364A50

RGB

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

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

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

R = 25.96%
G = 35.58%
B = 38.46%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#364A50 (or 0x364A50) is known color: Atomic. HEX triplet: 36, 4A and 50. RGB value is (54,74,80). Sum of RGB (Red+Green+Blue) = 54+74+80=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #364A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A50 is #C9B5AF. Grayscale: #444444. Windows color (decimal): -13219248 or 5261878. OLE color: 5261878.

HSL color Cylindrical-coordinate representation of color #364A50: hue angle of 193.85º 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 #364A50 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 74 80 -
CMYK 0.33 0.08 0 0.69
HSL 193.85º 0.19% 0.26% -
HSV(B) 193.85º 0.33% 0.31% -
XYZ 5.42 6.26 8.51 -
YUV 68.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 54 74 80 0.33 0.08 0 0.69 193.85 0.19 0.26
Hex 36 4A 50 21 8 0 45 C2 13 1A
Octal 66 112 120 41 10 0 105 302 23 32
Binary 110110 1001010 1010000 100001 1000 0 1000101 11000010 10011 11010

Color Harmonies of #364A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A50

Black with #364A50

Text Example


Text Example

White with #364A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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