#3F479F

Color #3F479F Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #3F479F

Tints of Governor Bay #3F479F

Color information

#3F479F (or 0x3F479F) is unknown color: approx Governor Bay. HEX triplet: 3F, 47 and 9F. RGB value is (63,71,159). Sum of RGB (Red+Green+Blue) = 63+71+159=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F479F is #C0B860. Grayscale: #4E4E4E. Windows color (decimal): -12630113 or 10438463. OLE color: 10438463.

HSL color Cylindrical-coordinate representation of color #3F479F: hue angle of 235º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F479F is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6371159-
CMYK0.600.5500.38
HSL235º43.24%43.53%-
HSV(B)235º60.38%62.35%-
XYZ10.568.0733.8-
YUV78.64173.35116.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=21.50%
G=24.23%
B=54.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63711590.600.5500.3823543.2443.53
Hex3F479F3C37026eb2b2c
Octal7710723774670463535354
Binary111111100011110011111111100110111010011011101011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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