Html Css Color HEX #394253 Blue Zodiac

📋 copy color: '#394253'

red 57 ◦ green 66 ◦ blue 83

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

Shades of Blue Zodiac #394253

Tints of Blue Zodiac #394253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

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

R = 27.67%
G = 32.04%
B = 40.29%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#394253 (or 0x394253) is known color: Blue Zodiac. HEX triplet: 39, 42 and 53. RGB value is (57,66,83). Sum of RGB (Red+Green+Blue) = 57+66+83=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #394253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394253 is #C6BDAC. Grayscale: #414141. Windows color (decimal): -13024685 or 5456441. OLE color: 5456441.

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

Color convert

RGB 57 66 83 -
CMYK 0.31 0.20 0 0.67
HSL 219.23º 0.19% 0.27% -
HSV(B) 219.23º 0.31% 0.33% -
XYZ 5.2 5.39 8.95 -
YUV 65.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 57 66 83 0.31 0.20 0 0.67 219.23 0.19 0.27
Hex 39 42 53 1F 14 0 43 DB 13 1B
Octal 71 102 123 37 24 0 103 333 23 33
Binary 111001 1000010 1010011 11111 10100 0 1000011 11011011 10011 11011

Color Harmonies of #394253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394253

Black with #394253

Text Example


Text Example

White with #394253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394253; }

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

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

background-color css

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

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

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

border-color css

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

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

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