#3E2CB0

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

Shades of Blue Gem #3E2CB0

Tints of Blue Gem #3E2CB0

Color information

#3E2CB0 (or 0x3E2CB0) is unknown color: approx Blue Gem. HEX triplet: 3E, 2C and B0. RGB value is (62,44,176). Sum of RGB (Red+Green+Blue) = 62+44+176=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 176 (69.14% from 255 or 62.41% from 282); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E2CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2CB0 is #C1D34F. Grayscale: #3F3F3F. Windows color (decimal): -12702544 or 11545662. OLE color: 11545662.

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

Color convert

RGB6244176-
CMYK0.650.7500.31
HSL248.18º60%43.14%-
HSV(B)248.18º75%69.02%-
XYZ10.725.9641.66-
YUV64.43190.96126.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.99%
GREEN value IS 44 (17.58% from 255) = 15.60%
BLUE value IS 176 (69.14% from 255) = 62.41%
R=21.99%
G=15.60%
B=62.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62441760.650.7500.31248.186043.14
Hex3E2CB0414B01Ff83c2b
Octal76542601011130373707453
Binary111110101100101100001000001100101101111111111000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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