#3F435B

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

Shades of Blue Zodiac #3F435B

Tints of Blue Zodiac #3F435B

Color information

#3F435B (or 0x3F435B) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 43 and 5B. RGB value is (63,67,91). Sum of RGB (Red+Green+Blue) = 63+67+91=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F435B is #C0BCA4. Grayscale: #444444. Windows color (decimal): -12631205 or 5980991. OLE color: 5980991.

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

Color convert

RGB636791-
CMYK0.310.2600.64
HSL231.43º18.18%30.2%-
HSV(B)231.43º30.77%35.69%-
XYZ5.955.8310.71-
YUV68.54140.67124.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=28.51%
G=30.32%
B=41.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6367910.310.2600.64231.4318.1830.2
Hex3F435B1F1A040e7121e
Octal77103133373201003472236
Binary11111110000111011011111111101001000000111001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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