#3f4a9f

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

Shades of Governor Bay #3F4A9F

Tints of Governor Bay #3F4A9F

Color information

#3F4A9F (or 0x3F4A9F) is unknown color: approx Governor Bay. HEX triplet: 3F, 4A and 9F. RGB value is (63,74,159). Sum of RGB (Red+Green+Blue) = 63+74+159=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F4A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4A9F is #C0B560. Grayscale: #505050. Windows color (decimal): -12629345 or 10439231. OLE color: 10439231.

HSL color Cylindrical-coordinate representation of color #3F4A9F: hue angle of 233.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F4A9F is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6374159-
CMYK0.600.5300.38
HSL233.12º43.24%43.53%-
HSV(B)233.12º60.38%62.35%-
XYZ10.768.4633.87-
YUV80.4172.36115.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.28%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 53.72%
R=21.28%
G=25%
B=53.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63741590.600.5300.38233.1243.2443.53
Hex3F4A9F3C35026e92b2c
Octal7711223774650463515354
Binary111111100101010011111111100110101010011011101001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f4a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,159); }

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

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

 a { background-color: rgb(63,74,159); }

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

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

 span { border-color: rgb(63,74,159); }

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