#3E2FAB

Color #3E2FAB Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3E2FAB

Tints of Blue Gem #3E2FAB

Color information

#3E2FAB (or 0x3E2FAB) is unknown color: approx Blue Gem. HEX triplet: 3E, 2F and AB. RGB value is (62,47,171). Sum of RGB (Red+Green+Blue) = 62+47+171=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E2FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2FAB is #C1D054. Grayscale: #414141. Windows color (decimal): -12701781 or 11218750. OLE color: 11218750.

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

Color convert

RGB6247171-
CMYK0.640.7300.33
HSL247.26º56.88%42.75%-
HSV(B)247.26º72.51%67.06%-
XYZ10.35639.14-
YUV65.62187.47125.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.14%
GREEN value IS 47 (18.75% from 255) = 16.79%
BLUE value IS 171 (67.19% from 255) = 61.07%
R=22.14%
G=16.79%
B=61.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62471710.640.7300.33247.2656.8842.75
Hex3E2FAB4049021f7392b
Octal76572531001110413677153
Binary1111101011111010101110000001001001010000111110111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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