Html Css Color HEX #364C54 Atomic

📋 copy color: '#364C54'

red 54 ◦ green 76 ◦ blue 84

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

Shades of Atomic #364C54

Tints of Atomic #364C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.51%

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 25.23%
G = 35.51%
B = 39.25%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364C54 (or 0x364C54) is known color: Atomic. HEX triplet: 36, 4C and 54. RGB value is (54,76,84). Sum of RGB (Red+Green+Blue) = 54+76+84=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #364C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C54 is #C9B3AB. Grayscale: #464646. Windows color (decimal): -13218732 or 5524534. OLE color: 5524534.

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

Color convert

RGB 54 76 84 -
CMYK 0.36 0.10 0 0.67
HSL 196º 0.22% 0.27% -
HSV(B) 196º 0.36% 0.33% -
XYZ 5.71 6.59 9.36 -
YUV 70.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 54 76 84 0.36 0.10 0 0.67 196 0.22 0.27
Hex 36 4C 54 24 A 0 43 C4 16 1B
Octal 66 114 124 44 12 0 103 304 26 33
Binary 110110 1001100 1010100 100100 1010 0 1000011 11000100 10110 11011

Color Harmonies of #364C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C54

Black with #364C54

Text Example


Text Example

White with #364C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,76,84); }

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

background-color css

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

 a { background-color: rgb(54,76,84); }

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

border-color css

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

 span { border-color: rgb(54,76,84); }

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