#3D4153

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

Shades of Blue Zodiac #3D4153

Tints of Blue Zodiac #3D4153

Color information

#3D4153 (or 0x3D4153) is unknown color: approx Blue Zodiac. HEX triplet: 3D, 41 and 53. RGB value is (61,65,83). Sum of RGB (Red+Green+Blue) = 61+65+83=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D4153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4153 is #C2BEAC. Grayscale: #414141. Windows color (decimal): -12762797 or 5456189. OLE color: 5456189.

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

Color convert

RGB616583-
CMYK0.270.2200.67
HSL229.09º15.28%28.24%-
HSV(B)229.09º26.51%32.55%-
XYZ5.385.48.94-
YUV65.86137.67124.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=29.19%
G=31.10%
B=39.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6165830.270.2200.67229.0915.2828.24
Hex3D41531B16043e5f1c
Octal75101123332601033451734
Binary1111011000001101001111011101100100001111100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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