#3D4150

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

Shades of Blue Zodiac #3D4150

Tints of Blue Zodiac #3D4150

Color information

#3D4150 (or 0x3D4150) is unknown color: approx Blue Zodiac. HEX triplet: 3D, 41 and 50. RGB value is (61,65,80). Sum of RGB (Red+Green+Blue) = 61+65+80=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4150 is #C2BEAF. Grayscale: #414141. Windows color (decimal): -12762800 or 5259581. OLE color: 5259581.

HSL color Cylindrical-coordinate representation of color #3D4150: hue angle of 227.37º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D4150 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB616580-
CMYK0.240.1900.69
HSL227.37º13.48%27.65%-
HSV(B)227.37º23.75%31.37%-
XYZ5.265.358.35-
YUV65.51136.17124.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=29.61%
G=31.55%
B=38.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6165800.240.1900.69227.3713.4827.65
Hex3D41501813045e3d1c
Octal75101120302301053431534
Binary1111011000001101000011000100110100010111100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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