#3F42AB

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

Shades of Governor Bay #3F42AB

Tints of Governor Bay #3F42AB

Color information

#3F42AB (or 0x3F42AB) is unknown color: approx Governor Bay. HEX triplet: 3F, 42 and AB. RGB value is (63,66,171). Sum of RGB (Red+Green+Blue) = 63+66+171=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F42AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F42AB is #C0BD54. Grayscale: #4C4C4C. Windows color (decimal): -12631381 or 11223615. OLE color: 11223615.

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

Color convert

RGB6366171-
CMYK0.630.6100.33
HSL238.33º46.15%45.88%-
HSV(B)238.33º63.16%67.06%-
XYZ11.357.8939.45-
YUV77.07181.01117.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 171 (67.19% from 255) = 57%
R=21%
G=22%
B=57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63661710.630.6100.33238.3346.1545.88
Hex3F42AB3F3D021ee2e2e
Octal7710225377750413565656
Binary111111100001010101011111111111101010000111101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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