#3E28AD

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

Shades of Blue Gem #3E28AD

Tints of Blue Gem #3E28AD

Color information

#3E28AD (or 0x3E28AD) is unknown color: approx Blue Gem. HEX triplet: 3E, 28 and AD. RGB value is (62,40,173). Sum of RGB (Red+Green+Blue) = 62+40+173=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E28AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E28AD is #C1D752. Grayscale: #3D3D3D. Windows color (decimal): -12703571 or 11348030. OLE color: 11348030.

HSL color Cylindrical-coordinate representation of color #3E28AD: hue angle of 249.92º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E28AD is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6240173-
CMYK0.640.7700.32
HSL249.92º62.44%41.76%-
HSV(B)249.92º76.88%67.84%-
XYZ10.295.5640.07-
YUV61.74190.79128.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.55%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 173 (67.97% from 255) = 62.91%
R=22.55%
G=14.55%
B=62.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62401730.640.7700.32249.9262.4441.76
Hex3E28AD404D020fa3e2a
Octal76502551001150403727652
Binary1111101010001010110110000001001101010000011111010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E28AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,40,173); }

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

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

 a { background-color: rgb(62,40,173); }

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

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

 span { border-color: rgb(62,40,173); }

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