Html Css Color HEX #394853 Atomic

📋 copy color: '#394853'

red 57 ◦ green 72 ◦ blue 83

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

Shades of Atomic #394853

Tints of Atomic #394853

RGB

 RED value IS 57 (22.66% from 255) = 26.89%

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

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 26.89%
G = 33.96%
B = 39.15%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#394853 (or 0x394853) is known color: Atomic. HEX triplet: 39, 48 and 53. RGB value is (57,72,83). Sum of RGB (Red+Green+Blue) = 57+72+83=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #394853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394853 is #C6B7AC. Grayscale: #444444. Windows color (decimal): -13023149 or 5457977. OLE color: 5457977.

HSL color Cylindrical-coordinate representation of color #394853: hue angle of 205.38º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #394853 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 72 83 -
CMYK 0.31 0.13 0 0.67
HSL 205.38º 0.19% 0.27% -
HSV(B) 205.38º 0.31% 0.33% -
XYZ 5.57 6.13 9.07 -
YUV 68.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 57 72 83 0.31 0.13 0 0.67 205.38 0.19 0.27
Hex 39 48 53 1F D 0 43 CD 13 1B
Octal 71 110 123 37 15 0 103 315 23 33
Binary 111001 1001000 1010011 11111 1101 0 1000011 11001101 10011 11011

Color Harmonies of #394853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394853

Black with #394853

Text Example


Text Example

White with #394853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394853; }

 p { color: rgb(57,72,83); }

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

background-color css

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

 a { background-color: rgb(57,72,83); }

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

border-color css

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

 span { border-color: rgb(57,72,83); }

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