#3E42AA

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

Shades of Governor Bay #3E42AA

Tints of Governor Bay #3E42AA

Color information

#3E42AA (or 0x3E42AA) is unknown color: approx Governor Bay. HEX triplet: 3E, 42 and AA. RGB value is (62,66,170). Sum of RGB (Red+Green+Blue) = 62+66+170=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E42AA is #C1BD55. Grayscale: #4C4C4C. Windows color (decimal): -12696918 or 11158078. OLE color: 11158078.

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

Color convert

RGB6266170-
CMYK0.640.6100.33
HSL237.78º46.55%45.49%-
HSV(B)237.78º63.53%66.67%-
XYZ11.197.8238.95-
YUV76.66180.67117.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.81%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=20.81%
G=22.15%
B=57.05%

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
Decimal62661700.640.6100.33237.7846.5545.49
Hex3E42AA403D021ee2f2d
Octal76102252100750413565755
Binary1111101000010101010101000000111101010000111101110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E42AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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