#3E3FAB

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

Shades of Governor Bay #3E3FAB

Tints of Governor Bay #3E3FAB

Color information

#3E3FAB (or 0x3E3FAB) is unknown color: approx Governor Bay. HEX triplet: 3E, 3F and AB. RGB value is (62,63,171). Sum of RGB (Red+Green+Blue) = 62+63+171=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E3FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3FAB is #C1C054. Grayscale: #4A4A4A. Windows color (decimal): -12697685 or 11222846. OLE color: 11222846.

HSL color Cylindrical-coordinate representation of color #3E3FAB: hue angle of 239.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E3FAB is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6263171-
CMYK0.640.6300.33
HSL239.45º46.78%45.69%-
HSV(B)239.45º63.74%67.06%-
XYZ11.117.5239.39-
YUV75.01182.17118.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.95%
GREEN value IS 63 (25% from 255) = 21.28%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=20.95%
G=21.28%
B=57.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62631710.640.6300.33239.4546.7845.69
Hex3E3FAB403F021ef2f2e
Octal7677253100770413575756
Binary111110111111101010111000000111111010000111101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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