#394055

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

Shades of Blue Zodiac #394055

Tints of Blue Zodiac #394055

Color information

#394055 (or 0x394055) is unknown color: approx Blue Zodiac. HEX triplet: 39, 40 and 55. RGB value is (57,64,85). Sum of RGB (Red+Green+Blue) = 57+64+85=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #394055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394055 is #C6BFAA. Grayscale: #404040. Windows color (decimal): -13025195 or 5587001. OLE color: 5587001.

HSL color Cylindrical-coordinate representation of color #394055: hue angle of 225º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #394055 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB576485-
CMYK0.330.2500.67
HSL225º19.72%27.84%-
HSV(B)225º32.94%33.33%-
XYZ5.165.199.32-
YUV64.3139.68122.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=27.67%
G=31.07%
B=41.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5764850.330.2500.6722519.7227.84
Hex3940552119043e1141c
Octal71100125413101033412434
Binary111001100000010101011000011100101000011111000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394055; }

 p { color: rgb(57,64,85); }

 H1.HeaderClassName
 {
   color: #394055;
 }
 .AnyTagClassName
 {
   color: #394055;
 }
</style>
background-color css

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

 a { background-color: rgb(57,64,85); }

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

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

 span { border-color: rgb(57,64,85); }

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