#394253

Color #394253 Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #394253

Tints of Blue Zodiac #394253

Color information

#394253 (or 0x394253) is unknown color: approx 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

RGB576683-
CMYK0.310.2000.67
HSL219.23º18.57%27.45%-
HSV(B)219.23º31.33%32.55%-
XYZ5.25.398.95-
YUV65.25138.02122.12-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5766830.310.2000.67219.2318.5727.45
Hex3942531F14043db131b
Octal71102123372401033332333
Binary11100110000101010011111111010001000011110110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>