#3F42AA

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

Shades of Governor Bay #3F42AA

Tints of Governor Bay #3F42AA

Color information

#3F42AA (or 0x3F42AA) is unknown color: approx Governor Bay. HEX triplet: 3F, 42 and AA. RGB value is (63,66,170). Sum of RGB (Red+Green+Blue) = 63+66+170=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F42AA is #C0BD55. Grayscale: #4C4C4C. Windows color (decimal): -12631382 or 11158079. OLE color: 11158079.

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

Color convert

RGB6366170-
CMYK0.630.6100.33
HSL238.32º45.92%45.69%-
HSV(B)238.32º62.94%66.67%-
XYZ11.257.8638.95-
YUV76.96180.51118.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=21.07%
G=22.07%
B=56.86%

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
Decimal63661700.630.6100.33238.3245.9245.69
Hex3F42AA3F3D021ee2e2e
Octal7710225277750413565656
Binary111111100001010101010111111111101010000111101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F42AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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