#3F4656

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

Shades of Blue Zodiac #3F4656

Tints of Blue Zodiac #3F4656

Color information

#3F4656 (or 0x3F4656) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 46 and 56. RGB value is (63,70,86). Sum of RGB (Red+Green+Blue) = 63+70+86=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F4656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4656 is #C0B9A9. Grayscale: #454545. Windows color (decimal): -12630442 or 5654079. OLE color: 5654079.

HSL color Cylindrical-coordinate representation of color #3F4656: hue angle of 221.74º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F4656 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB637086-
CMYK0.270.1900.66
HSL221.74º15.44%29.22%-
HSV(B)221.74º26.74%33.73%-
XYZ5.926.119.67-
YUV69.73137.18123.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.77%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 86 (33.98% from 255) = 39.27%
R=28.77%
G=31.96%
B=39.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6370860.270.1900.66221.7415.4429.22
Hex3F46561B13042def1d
Octal77106126332301023361735
Binary1111111000110101011011011100110100001011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,70,86); }

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

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

 a { background-color: rgb(63,70,86); }

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

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

 span { border-color: rgb(63,70,86); }

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