#3D404D

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

Shades of Blue Zodiac #3D404D

Tints of Blue Zodiac #3D404D

Color information

#3D404D (or 0x3D404D) is unknown color: approx Blue Zodiac. HEX triplet: 3D, 40 and 4D. RGB value is (61,64,77). Sum of RGB (Red+Green+Blue) = 61+64+77=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D404D is #C2BFB2. Grayscale: #404040. Windows color (decimal): -12763059 or 5062717. OLE color: 5062717.

HSL color Cylindrical-coordinate representation of color #3D404D: hue angle of 228.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D404D is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB616477-
CMYK0.210.1700.70
HSL228.75º11.59%27.06%-
HSV(B)228.75º20.78%30.2%-
XYZ5.15.197.76-
YUV64.59135.01125.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=30.20%
G=31.68%
B=38.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6164770.210.1700.70228.7511.5927.06
Hex3D404D1511046e5c1b
Octal75100115252101063451433
Binary1111011000000100110110101100010100011011100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,77); }

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

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

 a { background-color: rgb(61,64,77); }

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

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

 span { border-color: rgb(61,64,77); }

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