#3F4250

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

Shades of Blue Zodiac #3F4250

Tints of Blue Zodiac #3F4250

Color information

#3F4250 (or 0x3F4250) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 42 and 50. RGB value is (63,66,80). Sum of RGB (Red+Green+Blue) = 63+66+80=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4250 is #C0BDAF. Grayscale: #424242. Windows color (decimal): -12631472 or 5259839. OLE color: 5259839.

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

Color convert

RGB636680-
CMYK0.210.1700.69
HSL229.41º11.89%28.04%-
HSV(B)229.41º21.25%31.37%-
XYZ5.455.538.37-
YUV66.7135.51125.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=30.14%
G=31.58%
B=38.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6366800.210.1700.69229.4111.8928.04
Hex3F42501511045e5c1c
Octal77102120252101053451434
Binary1111111000010101000010101100010100010111100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,80); }

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

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

 a { background-color: rgb(63,66,80); }

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

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

 span { border-color: rgb(63,66,80); }

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