#3F4EAA

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

Shades of Governor Bay #3F4EAA

Tints of Governor Bay #3F4EAA

Color information

#3F4EAA (or 0x3F4EAA) is unknown color: approx Governor Bay. HEX triplet: 3F, 4E and AA. RGB value is (63,78,170). Sum of RGB (Red+Green+Blue) = 63+78+170=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F4EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4EAA is #C0B155. Grayscale: #535353. Windows color (decimal): -12628310 or 11161151. OLE color: 11161151.

HSL color Cylindrical-coordinate representation of color #3F4EAA: hue angle of 231.59º 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 #3F4EAA is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6378170-
CMYK0.630.5400.33
HSL231.59º45.92%45.69%-
HSV(B)231.59º62.94%66.67%-
XYZ12.039.4139.21-
YUV84176.53113.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.26%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=20.26%
G=25.08%
B=54.66%

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
Decimal63781700.630.5400.33231.5945.9245.69
Hex3F4EAA3F36021e82e2e
Octal7711625277660413505656
Binary111111100111010101010111111110110010000111101000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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