#3F4AAA

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

Shades of Governor Bay #3F4AAA

Tints of Governor Bay #3F4AAA

Color information

#3F4AAA (or 0x3F4AAA) is unknown color: approx Governor Bay. HEX triplet: 3F, 4A and AA. RGB value is (63,74,170). Sum of RGB (Red+Green+Blue) = 63+74+170=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4AAA is #C0B555. Grayscale: #515151. Windows color (decimal): -12629334 or 11160127. OLE color: 11160127.

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

Color convert

RGB6374170-
CMYK0.630.5600.33
HSL233.83º45.92%45.69%-
HSV(B)233.83º62.94%66.67%-
XYZ11.758.8639.12-
YUV81.65177.86114.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=20.52%
G=24.10%
B=55.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63741700.630.5600.33233.8345.9245.69
Hex3F4AAA3F38021ea2e2e
Octal7711225277700413525656
Binary111111100101010101010111111111000010000111101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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