#3E28A9

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

Shades of Blue Gem #3E28A9

Tints of Blue Gem #3E28A9

Color information

#3E28A9 (or 0x3E28A9) is unknown color: approx Blue Gem. HEX triplet: 3E, 28 and A9. RGB value is (62,40,169). Sum of RGB (Red+Green+Blue) = 62+40+169=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #3E28A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E28A9 is #C1D756. Grayscale: #3C3C3C. Windows color (decimal): -12703575 or 11085886. OLE color: 11085886.

HSL color Cylindrical-coordinate representation of color #3E28A9: hue angle of 250.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E28A9 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6240169-
CMYK0.630.7600.34
HSL250.23º61.72%40.98%-
HSV(B)250.23º76.33%66.27%-
XYZ9.915.4138.06-
YUV61.28188.79128.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.88%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 169 (66.41% from 255) = 62.36%
R=22.88%
G=14.76%
B=62.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal62401690.630.7600.34250.2361.7240.98
Hex3E28A93F4C022fa3e29
Octal7650251771140423727651
Binary111110101000101010011111111001100010001011111010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E28A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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