#3D475B

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

Shades of Blue Zodiac #3D475B

Tints of Blue Zodiac #3D475B

Color information

#3D475B (or 0x3D475B) is unknown color: approx Blue Zodiac. HEX triplet: 3D, 47 and 5B. RGB value is (61,71,91). Sum of RGB (Red+Green+Blue) = 61+71+91=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D475B is #C2B8A4. Grayscale: #464646. Windows color (decimal): -12761253 or 5982013. OLE color: 5982013.

HSL color Cylindrical-coordinate representation of color #3D475B: hue angle of 220º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D475B is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB617191-
CMYK0.330.2200.64
HSL220º19.74%29.8%-
HSV(B)220º32.97%35.69%-
XYZ6.076.2510.78-
YUV70.29139.69121.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=27.35%
G=31.84%
B=40.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6171910.330.2200.6422019.7429.8
Hex3D475B2116040dc141e
Octal75107133412601003342436
Binary111101100011110110111000011011001000000110111001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D475B; }

 p { color: rgb(61,71,91); }

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

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

 a { background-color: rgb(61,71,91); }

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

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

 span { border-color: rgb(61,71,91); }

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