#3F485B

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

Shades of Blue Zodiac #3F485B

Tints of Blue Zodiac #3F485B

Color information

#3F485B (or 0x3F485B) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 48 and 5B. RGB value is (63,72,91). Sum of RGB (Red+Green+Blue) = 63+72+91=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F485B is #C0B7A4. Grayscale: #474747. Windows color (decimal): -12629925 or 5982271. OLE color: 5982271.

HSL color Cylindrical-coordinate representation of color #3F485B: hue angle of 220.71º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F485B is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB637291-
CMYK0.310.2100.64
HSL220.71º18.18%30.2%-
HSV(B)220.71º30.77%35.69%-
XYZ6.266.4510.81-
YUV71.47139.02121.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=27.88%
G=31.86%
B=40.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6372910.310.2100.64220.7118.1830.2
Hex3F485B1F15040dd121e
Octal77110133372501003352236
Binary11111110010001011011111111010101000000110111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,91); }

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

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

 a { background-color: rgb(63,72,91); }

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

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

 span { border-color: rgb(63,72,91); }

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