#3F455B

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

Shades of Blue Zodiac #3F455B

Tints of Blue Zodiac #3F455B

Color information

#3F455B (or 0x3F455B) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 45 and 5B. RGB value is (63,69,91). Sum of RGB (Red+Green+Blue) = 63+69+91=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F455B is #C0BAA4. Grayscale: #454545. Windows color (decimal): -12630693 or 5981503. OLE color: 5981503.

HSL color Cylindrical-coordinate representation of color #3F455B: hue angle of 227.14º 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 #3F455B is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB636991-
CMYK0.310.2400.64
HSL227.14º18.18%30.2%-
HSV(B)227.14º30.77%35.69%-
XYZ6.076.0710.75-
YUV69.71140.01123.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=28.25%
G=30.94%
B=40.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6369910.310.2400.64227.1418.1830.2
Hex3F455B1F18040e3121e
Octal77105133373001003432236
Binary11111110001011011011111111100001000000111000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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