#3E3FA7

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

Shades of Governor Bay #3E3FA7

Tints of Governor Bay #3E3FA7

Color information

#3E3FA7 (or 0x3E3FA7) is unknown color: approx Governor Bay. HEX triplet: 3E, 3F and A7. RGB value is (62,63,167). Sum of RGB (Red+Green+Blue) = 62+63+167=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 167 (65.62% from 255 or 57.19% from 292); Max value from RGB is 167 - color contains mainly: blue. Hex color #3E3FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3FA7 is #C1C058. Grayscale: #4A4A4A. Windows color (decimal): -12697689 or 10960702. OLE color: 10960702.

HSL color Cylindrical-coordinate representation of color #3E3FA7: hue angle of 239.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E3FA7 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6263167-
CMYK0.630.6200.35
HSL239.43º45.85%44.9%-
HSV(B)239.43º62.87%65.49%-
XYZ10.747.3737.42-
YUV74.56180.17119.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 167 (65.62% from 255) = 57.19%
R=21.23%
G=21.58%
B=57.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62631670.630.6200.35239.4345.8544.9
Hex3E3FA73F3E023ef2e2d
Octal767724777760433575655
Binary11111011111110100111111111111110010001111101111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,63,167); }

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

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

 a { background-color: rgb(62,63,167); }

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

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

 span { border-color: rgb(62,63,167); }

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