#3f509b

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

Shades of Governor Bay #3F509B

Tints of Governor Bay #3F509B

Color information

#3F509B (or 0x3F509B) is unknown color: approx Governor Bay. HEX triplet: 3F, 50 and 9B. RGB value is (63,80,155). Sum of RGB (Red+Green+Blue) = 63+80+155=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F509B is #C0AF64. Grayscale: #535353. Windows color (decimal): -12627813 or 10178623. OLE color: 10178623.

HSL color Cylindrical-coordinate representation of color #3F509B: hue angle of 228.91º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F509B is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6380155-
CMYK0.590.4800.39
HSL228.91º42.2%42.75%-
HSV(B)228.91º59.35%60.78%-
XYZ10.839.1632.21-
YUV83.47168.37113.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=21.14%
G=26.85%
B=52.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63801550.590.4800.39228.9142.242.75
Hex3F509B3B30027e52a2b
Octal7712023373600473455253
Binary111111101000010011011111011110000010011111100101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f509b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,155); }

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

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

 a { background-color: rgb(63,80,155); }

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

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

 span { border-color: rgb(63,80,155); }

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