#393C4D

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

Shades of Blue Zodiac #393C4D

Tints of Blue Zodiac #393C4D

Color information

#393C4D (or 0x393C4D) is unknown color: approx Blue Zodiac. HEX triplet: 39, 3C and 4D. RGB value is (57,60,77). Sum of RGB (Red+Green+Blue) = 57+60+77=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #393C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C4D is #C6C3B2. Grayscale: #3C3C3C. Windows color (decimal): -13026227 or 5061689. OLE color: 5061689.

HSL color Cylindrical-coordinate representation of color #393C4D: hue angle of 231º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #393C4D is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB576077-
CMYK0.260.2200.70
HSL231º14.93%26.27%-
HSV(B)231º25.97%30.2%-
XYZ4.644.647.67-
YUV61.04137.01125.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=29.38%
G=30.93%
B=39.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5760770.260.2200.7023114.9326.27
Hex393C4D1A16046e7f1a
Octal7174115322601063471732
Binary111001111100100110111010101100100011011100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393C4D; }

 p { color: rgb(57,60,77); }

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

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

 a { background-color: rgb(57,60,77); }

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

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

 span { border-color: rgb(57,60,77); }

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