#3F4962

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

Shades of Blue Zodiac #3F4962

Tints of Blue Zodiac #3F4962

Color information

#3F4962 (or 0x3F4962) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 49 and 62. RGB value is (63,73,98). Sum of RGB (Red+Green+Blue) = 63+73+98=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4962 is #C0B69D. Grayscale: #484848. Windows color (decimal): -12629662 or 6441279. OLE color: 6441279.

HSL color Cylindrical-coordinate representation of color #3F4962: hue angle of 222.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4962 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB637398-
CMYK0.360.2600.62
HSL222.86º21.74%31.57%-
HSV(B)222.86º35.71%38.43%-
XYZ6.646.712.5-
YUV72.86142.19120.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=26.92%
G=31.20%
B=41.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6373980.360.2600.62222.8621.7431.57
Hex3F4962241A03Edf1620
Octal7711114244320763372640
Binary111111100100111000101001001101001111101101111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,73,98); }

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

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

 a { background-color: rgb(63,73,98); }

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

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

 span { border-color: rgb(63,73,98); }

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