#3E43AA

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

Shades of Governor Bay #3E43AA

Tints of Governor Bay #3E43AA

Color information

#3E43AA (or 0x3E43AA) is unknown color: approx Governor Bay. HEX triplet: 3E, 43 and AA. RGB value is (62,67,170). Sum of RGB (Red+Green+Blue) = 62+67+170=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 67 (26.56% from 255 or 22.41% 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 #3E43AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E43AA is #C1BC55. Grayscale: #4C4C4C. Windows color (decimal): -12696662 or 11158334. OLE color: 11158334.

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

Color convert

RGB6267170-
CMYK0.640.6100.33
HSL237.22º46.55%45.49%-
HSV(B)237.22º63.53%66.67%-
XYZ11.257.9438.97-
YUV77.25180.34117.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.74%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=20.74%
G=22.41%
B=56.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62671700.640.6100.33237.2246.5545.49
Hex3E43AA403D021ed2f2d
Octal76103252100750413555755
Binary1111101000011101010101000000111101010000111101101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,67,170); }

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

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

 a { background-color: rgb(62,67,170); }

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

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

 span { border-color: rgb(62,67,170); }

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