#3E4AA7

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

Shades of Governor Bay #3E4AA7

Tints of Governor Bay #3E4AA7

Color information

#3E4AA7 (or 0x3E4AA7) is unknown color: approx Governor Bay. HEX triplet: 3E, 4A and A7. RGB value is (62,74,167). Sum of RGB (Red+Green+Blue) = 62+74+167=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 167 (65.62% from 255 or 55.12% from 303); Max value from RGB is 167 - color contains mainly: blue. Hex color #3E4AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4AA7 is #C1B558. Grayscale: #505050. Windows color (decimal): -12694873 or 10963518. OLE color: 10963518.

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

Color convert

RGB6274167-
CMYK0.630.5600.35
HSL233.14º45.85%44.9%-
HSV(B)233.14º62.87%65.49%-
XYZ11.418.7137.64-
YUV81.01176.52114.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.46%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 167 (65.62% from 255) = 55.12%
R=20.46%
G=24.42%
B=55.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62741670.630.5600.35233.1445.8544.9
Hex3E4AA73F38023e92e2d
Octal7611224777700433515655
Binary111110100101010100111111111111000010001111101001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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