#3E4FAB

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

Shades of Governor Bay #3E4FAB

Tints of Governor Bay #3E4FAB

Color information

#3E4FAB (or 0x3E4FAB) is unknown color: approx Governor Bay. HEX triplet: 3E, 4F and AB. RGB value is (62,79,171). Sum of RGB (Red+Green+Blue) = 62+79+171=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E4FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4FAB is #C1B054. Grayscale: #545454. Windows color (decimal): -12693589 or 11226942. OLE color: 11226942.

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

Color convert

RGB6279171-
CMYK0.640.5400.33
HSL230.64º46.78%45.69%-
HSV(B)230.64º63.74%67.06%-
XYZ12.139.5639.73-
YUV84.4176.87112.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.87%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=19.87%
G=25.32%
B=54.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62791710.640.5400.33230.6446.7845.69
Hex3E4FAB4036021e72f2e
Octal76117253100660413475756
Binary1111101001111101010111000000110110010000111100111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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