#3F475E

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

Shades of Blue Zodiac #3F475E

Tints of Blue Zodiac #3F475E

Color information

#3F475E (or 0x3F475E) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 47 and 5E. RGB value is (63,71,94). Sum of RGB (Red+Green+Blue) = 63+71+94=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F475E is #C0B8A1. Grayscale: #474747. Windows color (decimal): -12630178 or 6178623. OLE color: 6178623.

HSL color Cylindrical-coordinate representation of color #3F475E: hue angle of 224.52º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F475E is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB637194-
CMYK0.330.2400.63
HSL224.52º19.75%30.78%-
HSV(B)224.52º32.98%36.86%-
XYZ6.326.3711.49-
YUV71.23140.85122.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=27.63%
G=31.14%
B=41.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6371940.330.2400.63224.5219.7530.78
Hex3F475E211803Fe1141f
Octal7710713641300773412437
Binary11111110001111011110100001110000111111111000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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