#3E39AD

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

Shades of Blue Gem #3E39AD

Tints of Blue Gem #3E39AD

Color information

#3E39AD (or 0x3E39AD) is unknown color: approx Blue Gem. HEX triplet: 3E, 39 and AD. RGB value is (62,57,173). Sum of RGB (Red+Green+Blue) = 62+57+173=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E39AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E39AD is #C1C652. Grayscale: #474747. Windows color (decimal): -12699219 or 11352382. OLE color: 11352382.

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

Color convert

RGB6257173-
CMYK0.640.6700.32
HSL242.59º50.43%45.1%-
HSV(B)242.59º67.05%67.84%-
XYZ10.996.9740.3-
YUV71.72185.16121.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 173 (67.97% from 255) = 59.25%
R=21.23%
G=19.52%
B=59.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62571730.640.6700.32242.5950.4345.1
Hex3E39AD4043020f3322d
Octal76712551001030403636255
Binary1111101110011010110110000001000011010000011110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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