#3F48AB

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

Shades of Governor Bay #3F48AB

Tints of Governor Bay #3F48AB

Color information

#3F48AB (or 0x3F48AB) is unknown color: approx Governor Bay. HEX triplet: 3F, 48 and AB. RGB value is (63,72,171). Sum of RGB (Red+Green+Blue) = 63+72+171=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F48AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F48AB is #C0B754. Grayscale: #505050. Windows color (decimal): -12629845 or 11225151. OLE color: 11225151.

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

Color convert

RGB6372171-
CMYK0.630.5800.33
HSL235º46.15%45.88%-
HSV(B)235º63.16%67.06%-
XYZ11.728.6339.58-
YUV80.6179.02115.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 171 (67.19% from 255) = 55.88%
R=20.59%
G=23.53%
B=55.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63721710.630.5800.3323546.1545.88
Hex3F48AB3F3A021eb2e2e
Octal7711025377720413535656
Binary111111100100010101011111111111010010000111101011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F48AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,171); }

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

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

 a { background-color: rgb(63,72,171); }

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

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

 span { border-color: rgb(63,72,171); }

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