#3E4150

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

Shades of Blue Zodiac #3E4150

Tints of Blue Zodiac #3E4150

Color information

#3E4150 (or 0x3E4150) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 41 and 50. RGB value is (62,65,80). Sum of RGB (Red+Green+Blue) = 62+65+80=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4150 is #C1BEAF. Grayscale: #414141. Windows color (decimal): -12697264 or 5259582. OLE color: 5259582.

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

Color convert

RGB626580-
CMYK0.220.1900.69
HSL230º12.68%27.84%-
HSV(B)230º22.5%31.37%-
XYZ5.325.388.35-
YUV65.81136.01125.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.95%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=29.95%
G=31.40%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6265800.220.1900.6923012.6827.84
Hex3E41501613045e6d1c
Octal76101120262301053461534
Binary1111101000001101000010110100110100010111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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