#3F475C

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

Shades of Blue Zodiac #3F475C

Tints of Blue Zodiac #3F475C

Color information

#3F475C (or 0x3F475C) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 47 and 5C. RGB value is (63,71,92). Sum of RGB (Red+Green+Blue) = 63+71+92=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F475C is #C0B8A3. Grayscale: #464646. Windows color (decimal): -12630180 or 6047551. OLE color: 6047551.

HSL color Cylindrical-coordinate representation of color #3F475C: hue angle of 223.45º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F475C is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB637192-
CMYK0.320.2300.64
HSL223.45º18.71%30.39%-
HSV(B)223.45º31.52%36.08%-
XYZ6.236.3411.02-
YUV71139.85122.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=27.88%
G=31.42%
B=40.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6371920.320.2300.64223.4518.7130.39
Hex3F475C2017040df131e
Octal77107134402701003372336
Binary111111100011110111001000001011101000000110111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,92); }

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

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

 a { background-color: rgb(63,71,92); }

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

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

 span { border-color: rgb(63,71,92); }

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