#3F4554

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

Shades of Blue Zodiac #3F4554

Tints of Blue Zodiac #3F4554

Color information

#3F4554 (or 0x3F4554) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 45 and 54. RGB value is (63,69,84). Sum of RGB (Red+Green+Blue) = 63+69+84=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F4554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4554 is #C0BAAB. Grayscale: #444444. Windows color (decimal): -12630700 or 5522751. OLE color: 5522751.

HSL color Cylindrical-coordinate representation of color #3F4554: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F4554 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB636984-
CMYK0.250.1800.67
HSL222.86º14.29%28.82%-
HSV(B)222.86º25%32.94%-
XYZ5.785.959.23-
YUV68.92136.51123.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=29.17%
G=31.94%
B=38.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6369840.250.1800.67222.8614.2928.82
Hex3F45541912043dfe1d
Octal77105124312201033371635
Binary1111111000101101010011001100100100001111011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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