#3F4359

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

Shades of Blue Zodiac #3F4359

Tints of Blue Zodiac #3F4359

Color information

#3F4359 (or 0x3F4359) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 43 and 59. RGB value is (63,67,89). Sum of RGB (Red+Green+Blue) = 63+67+89=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4359 is #C0BCA6. Grayscale: #444444. Windows color (decimal): -12631207 or 5849919. OLE color: 5849919.

HSL color Cylindrical-coordinate representation of color #3F4359: hue angle of 230.77º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4359 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB636789-
CMYK0.290.2500.65
HSL230.77º17.11%29.8%-
HSV(B)230.77º29.21%34.9%-
XYZ5.865.7910.26-
YUV68.31139.67124.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.77%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=28.77%
G=30.59%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6367890.290.2500.65230.7717.1129.8
Hex3F43591D19041e7111e
Octal77103131353101013472136
Binary11111110000111011001111011100101000001111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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