#3F4552

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

Shades of Blue Zodiac #3F4552

Tints of Blue Zodiac #3F4552

Color information

#3F4552 (or 0x3F4552) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 45 and 52. RGB value is (63,69,82). Sum of RGB (Red+Green+Blue) = 63+69+82=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4552 is #C0BAAD. Grayscale: #444444. Windows color (decimal): -12630702 or 5391679. OLE color: 5391679.

HSL color Cylindrical-coordinate representation of color #3F4552: hue angle of 221.05º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4552 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB636982-
CMYK0.230.1600.68
HSL221.05º13.1%28.43%-
HSV(B)221.05º23.17%32.16%-
XYZ5.75.928.83-
YUV68.69135.51123.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.44%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=29.44%
G=32.24%
B=38.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6369820.230.1600.68221.0513.128.43
Hex3F45521710044ddd1c
Octal77105122272001043351534
Binary1111111000101101001010111100000100010011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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