#3D414D

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

Shades of Blue Zodiac #3D414D

Tints of Blue Zodiac #3D414D

Color information

#3D414D (or 0x3D414D) is unknown color: approx Blue Zodiac. HEX triplet: 3D, 41 and 4D. RGB value is (61,65,77). Sum of RGB (Red+Green+Blue) = 61+65+77=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D414D is #C2BEB2. Grayscale: #414141. Windows color (decimal): -12762803 or 5062973. OLE color: 5062973.

HSL color Cylindrical-coordinate representation of color #3D414D: hue angle of 225º 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 #3D414D is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB616577-
CMYK0.210.1600.70
HSL225º11.59%27.06%-
HSV(B)225º20.78%30.2%-
XYZ5.155.317.77-
YUV65.17134.67125.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=30.05%
G=32.02%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6165770.210.1600.7022511.5927.06
Hex3D414D1510046e1c1b
Octal75101115252001063411433
Binary1111011000001100110110101100000100011011100001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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