#3F4EAB

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

Shades of Governor Bay #3F4EAB

Tints of Governor Bay #3F4EAB

Color information

#3F4EAB (or 0x3F4EAB) is unknown color: approx Governor Bay. HEX triplet: 3F, 4E and AB. RGB value is (63,78,171). Sum of RGB (Red+Green+Blue) = 63+78+171=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F4EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4EAB is #C0B154. Grayscale: #535353. Windows color (decimal): -12628309 or 11226687. OLE color: 11226687.

HSL color Cylindrical-coordinate representation of color #3F4EAB: hue angle of 231.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F4EAB is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6378171-
CMYK0.630.5400.33
HSL231.67º46.15%45.88%-
HSV(B)231.67º63.16%67.06%-
XYZ12.129.4539.71-
YUV84.12177.03112.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.19%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=20.19%
G=25%
B=54.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63781710.630.5400.33231.6746.1545.88
Hex3F4EAB3F36021e82e2e
Octal7711625377660413505656
Binary111111100111010101011111111110110010000111101000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,78,171); }

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

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

 a { background-color: rgb(63,78,171); }

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

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

 span { border-color: rgb(63,78,171); }

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