Html Css Color HEX #364852 Atomic

📋 copy color: '#364852'

red 54 ◦ green 72 ◦ blue 82

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

Shades of Atomic #364852

Tints of Atomic #364852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.42%

R = 25.96%
G = 34.62%
B = 39.42%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#364852 (or 0x364852) is known color: Atomic. HEX triplet: 36, 48 and 52. RGB value is (54,72,82). Sum of RGB (Red+Green+Blue) = 54+72+82=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 82 - color contains mainly: blue. Hex color #364852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364852 is #C9B7AD. Grayscale: #434343. Windows color (decimal): -13219758 or 5392438. OLE color: 5392438.

HSL color Cylindrical-coordinate representation of color #364852: hue angle of 201.43º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364852 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 72 82 -
CMYK 0.34 0.12 0 0.68
HSL 201.43º 0.21% 0.27% -
HSV(B) 201.43º 0.34% 0.32% -
XYZ 5.36 6.03 8.86 -
YUV 67.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 54 72 82 0.34 0.12 0 0.68 201.43 0.21 0.27
Hex 36 48 52 22 C 0 44 C9 15 1B
Octal 66 110 122 42 14 0 104 311 25 33
Binary 110110 1001000 1010010 100010 1100 0 1000100 11001001 10101 11011

Color Harmonies of #364852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364852

Black with #364852

Text Example


Text Example

White with #364852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364852; }

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

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

background-color css

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

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

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

border-color css

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

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

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