#3F469B

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

Shades of Governor Bay #3F469B

Tints of Governor Bay #3F469B

Color information

#3F469B (or 0x3F469B) is unknown color: approx Governor Bay. HEX triplet: 3F, 46 and 9B. RGB value is (63,70,155). Sum of RGB (Red+Green+Blue) = 63+70+155=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F469B is #C0B964. Grayscale: #4D4D4D. Windows color (decimal): -12630373 or 10176063. OLE color: 10176063.

HSL color Cylindrical-coordinate representation of color #3F469B: hue angle of 235.43º 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 #3F469B is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6370155-
CMYK0.590.5500.39
HSL235.43º42.2%42.75%-
HSV(B)235.43º59.35%60.78%-
XYZ10.167.831.98-
YUV77.6171.68117.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=21.88%
G=24.31%
B=53.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63701550.590.5500.39235.4342.242.75
Hex3F469B3B37027eb2a2b
Octal7710623373670473535253
Binary111111100011010011011111011110111010011111101011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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