#3F4899

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

Shades of Governor Bay #3F4899

Tints of Governor Bay #3F4899

Color information

#3F4899 (or 0x3F4899) is unknown color: approx Governor Bay. HEX triplet: 3F, 48 and 99. RGB value is (63,72,153). Sum of RGB (Red+Green+Blue) = 63+72+153=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F4899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4899 is #C0B766. Grayscale: #4E4E4E. Windows color (decimal): -12629863 or 10045503. OLE color: 10045503.

HSL color Cylindrical-coordinate representation of color #3F4899: hue angle of 234º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F4899 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6372153-
CMYK0.590.5300.4
HSL234º41.67%42.35%-
HSV(B)234º58.82%60%-
XYZ10.127.9931.15-
YUV78.54170.02116.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=21.88%
G=25%
B=53.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63721530.590.5300.423441.6742.35
Hex3F48993B35028ea2a2a
Octal7711023173650503525252
Binary111111100100010011001111011110101010100011101010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,153); }

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

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

 a { background-color: rgb(63,72,153); }

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

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

 span { border-color: rgb(63,72,153); }

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