Html Css Color HEX #364855 Atomic

📋 copy color: '#364855'

red 54 ◦ green 72 ◦ blue 85

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

Shades of Atomic #364855

Tints of Atomic #364855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 85 (33.59% from 255) = 40.28%

R = 25.59%
G = 34.12%
B = 40.28%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364855 (or 0x364855) is known color: Atomic. HEX triplet: 36, 48 and 55. RGB value is (54,72,85). Sum of RGB (Red+Green+Blue) = 54+72+85=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #364855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364855 is #C9B7AA. Grayscale: #444444. Windows color (decimal): -13219755 or 5589046. OLE color: 5589046.

HSL color Cylindrical-coordinate representation of color #364855: hue angle of 205.16º 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 #364855 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 72 85 -
CMYK 0.36 0.15 0 0.67
HSL 205.16º 0.22% 0.27% -
HSV(B) 205.16º 0.36% 0.33% -
XYZ 5.48 6.07 9.48 -
YUV 68.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 54 72 85 0.36 0.15 0 0.67 205.16 0.22 0.27
Hex 36 48 55 24 F 0 43 CD 16 1B
Octal 66 110 125 44 17 0 103 315 26 33
Binary 110110 1001000 1010101 100100 1111 0 1000011 11001101 10110 11011

Color Harmonies of #364855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364855

Black with #364855

Text Example


Text Example

White with #364855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364855; }

 p { color: rgb(54,72,85); }

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

background-color css

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

 a { background-color: rgb(54,72,85); }

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

border-color css

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

 span { border-color: rgb(54,72,85); }

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