#3E2BB0

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

Shades of Blue Gem #3E2BB0

Tints of Blue Gem #3E2BB0

Color information

#3E2BB0 (or 0x3E2BB0) is unknown color: approx Blue Gem. HEX triplet: 3E, 2B and B0. RGB value is (62,43,176). Sum of RGB (Red+Green+Blue) = 62+43+176=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 176 (69.14% from 255 or 62.63% from 281); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E2BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2BB0 is #C1D44F. Grayscale: #3F3F3F. Windows color (decimal): -12702800 or 11545406. OLE color: 11545406.

HSL color Cylindrical-coordinate representation of color #3E2BB0: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2BB0 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6243176-
CMYK0.650.7600.31
HSL248.57º60.73%42.94%-
HSV(B)248.57º75.57%69.02%-
XYZ10.695.8941.65-
YUV63.84191.29126.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.06%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 176 (69.14% from 255) = 62.63%
R=22.06%
G=15.30%
B=62.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62431760.650.7600.31248.5760.7342.94
Hex3E2BB0414C01Ff93d2b
Octal76532601011140373717553
Binary111110101011101100001000001100110001111111111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,43,176); }

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

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

 a { background-color: rgb(62,43,176); }

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

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

 span { border-color: rgb(62,43,176); }

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