#3f49aa

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

Shades of Governor Bay #3F49AA

Tints of Governor Bay #3F49AA

Color information

#3F49AA (or 0x3F49AA) is unknown color: approx Governor Bay. HEX triplet: 3F, 49 and AA. RGB value is (63,73,170). Sum of RGB (Red+Green+Blue) = 63+73+170=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F49AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F49AA is #C0B655. Grayscale: #505050. Windows color (decimal): -12629590 or 11159871. OLE color: 11159871.

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

Color convert

RGB6373170-
CMYK0.630.5700.33
HSL234.39º45.92%45.69%-
HSV(B)234.39º62.94%66.67%-
XYZ11.698.7239.1-
YUV81.07178.19115.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=20.59%
G=23.86%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63731700.630.5700.33234.3945.9245.69
Hex3F49AA3F39021ea2e2e
Octal7711125277710413525656
Binary111111100100110101010111111111001010000111101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f49aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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