#3F42AC

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

Shades of Governor Bay #3F42AC

Tints of Governor Bay #3F42AC

Color information

#3F42AC (or 0x3F42AC) is unknown color: approx Governor Bay. HEX triplet: 3F, 42 and AC. RGB value is (63,66,172). Sum of RGB (Red+Green+Blue) = 63+66+172=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F42AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F42AC is #C0BD53. Grayscale: #4C4C4C. Windows color (decimal): -12631380 or 11289151. OLE color: 11289151.

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

Color convert

RGB6366172-
CMYK0.630.6200.33
HSL238.35º46.38%46.08%-
HSV(B)238.35º63.37%67.45%-
XYZ11.447.9339.96-
YUV77.19181.51117.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=20.93%
G=21.93%
B=57.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63661720.630.6200.33238.3546.3846.08
Hex3F42AC3F3E021ee2e2e
Octal7710225477760413565656
Binary111111100001010101100111111111110010000111101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F42AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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