Html Css Color HEX #364851 Atomic

📋 copy color: '#364851'

red 54 ◦ green 72 ◦ blue 81

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

Shades of Atomic #364851

Tints of Atomic #364851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 26.09%
G = 34.78%
B = 39.13%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#364851 (or 0x364851) is known color: Atomic. HEX triplet: 36, 48 and 51. RGB value is (54,72,81). Sum of RGB (Red+Green+Blue) = 54+72+81=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #364851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364851 is #C9B7AE. Grayscale: #434343. Windows color (decimal): -13219759 or 5326902. OLE color: 5326902.

HSL color Cylindrical-coordinate representation of color #364851: hue angle of 200º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #364851 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 72 81 -
CMYK 0.33 0.11 0 0.68
HSL 200º 0.2% 0.26% -
HSV(B) 200º 0.33% 0.32% -
XYZ 5.32 6.01 8.66 -
YUV 67.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 54 72 81 0.33 0.11 0 0.68 200 0.2 0.26
Hex 36 48 51 21 B 0 44 C8 14 1A
Octal 66 110 121 41 13 0 104 310 24 32
Binary 110110 1001000 1010001 100001 1011 0 1000100 11001000 10100 11010

Color Harmonies of #364851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364851

Black with #364851

Text Example


Text Example

White with #364851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364851; }

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

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

background-color css

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

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

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

border-color css

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

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

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