#3F4AAC

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

Shades of Governor Bay #3F4AAC

Tints of Governor Bay #3F4AAC

Color information

#3F4AAC (or 0x3F4AAC) is unknown color: approx Governor Bay. HEX triplet: 3F, 4A and AC. RGB value is (63,74,172). Sum of RGB (Red+Green+Blue) = 63+74+172=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4AAC is #C0B553. Grayscale: #515151. Windows color (decimal): -12629332 or 11291199. OLE color: 11291199.

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

Color convert

RGB6374172-
CMYK0.630.5700.33
HSL233.94º46.38%46.08%-
HSV(B)233.94º63.37%67.45%-
XYZ11.958.9340.12-
YUV81.88178.86114.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 172 (67.58% from 255) = 55.66%
R=20.39%
G=23.95%
B=55.66%

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
Decimal63741720.630.5700.33233.9446.3846.08
Hex3F4AAC3F39021ea2e2e
Octal7711225477710413525656
Binary111111100101010101100111111111001010000111101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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