#3E4FA6

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

Shades of Governor Bay #3E4FA6

Tints of Governor Bay #3E4FA6

Color information

#3E4FA6 (or 0x3E4FA6) is unknown color: approx Governor Bay. HEX triplet: 3E, 4F and A6. RGB value is (62,79,166). Sum of RGB (Red+Green+Blue) = 62+79+166=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #3E4FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4FA6 is #C1B059. Grayscale: #535353. Windows color (decimal): -12693594 or 10899262. OLE color: 10899262.

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

Color convert

RGB6279166-
CMYK0.630.5200.35
HSL230.19º45.61%44.71%-
HSV(B)230.19º62.65%65.1%-
XYZ11.679.3737.27-
YUV83.84174.37112.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.20%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 166 (65.23% from 255) = 54.07%
R=20.20%
G=25.73%
B=54.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62791660.630.5200.35230.1945.6144.71
Hex3E4FA63F34023e62e2d
Octal7611724677640433465655
Binary111110100111110100110111111110100010001111100110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,79,166); }

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

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

 a { background-color: rgb(62,79,166); }

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

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

 span { border-color: rgb(62,79,166); }

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