#3F4CAA

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

Shades of Governor Bay #3F4CAA

Tints of Governor Bay #3F4CAA

Color information

#3F4CAA (or 0x3F4CAA) is unknown color: approx Governor Bay. HEX triplet: 3F, 4C and AA. RGB value is (63,76,170). Sum of RGB (Red+Green+Blue) = 63+76+170=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F4CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4CAA is #C0B355. Grayscale: #525252. Windows color (decimal): -12628822 or 11160639. OLE color: 11160639.

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

Color convert

RGB6376170-
CMYK0.630.5500.33
HSL232.71º45.92%45.69%-
HSV(B)232.71º62.94%66.67%-
XYZ11.899.1339.17-
YUV82.83177.19113.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=20.39%
G=24.60%
B=55.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63761700.630.5500.33232.7145.9245.69
Hex3F4CAA3F37021e92e2e
Octal7711425277670413515656
Binary111111100110010101010111111110111010000111101001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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