#3E3CAD

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

Shades of Blue Gem #3E3CAD

Tints of Blue Gem #3E3CAD

Color information

#3E3CAD (or 0x3E3CAD) is unknown color: approx Blue Gem. HEX triplet: 3E, 3C and AD. RGB value is (62,60,173). Sum of RGB (Red+Green+Blue) = 62+60+173=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3CAD is #C1C352. Grayscale: #494949. Windows color (decimal): -12698451 or 11353150. OLE color: 11353150.

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

Color convert

RGB6260173-
CMYK0.640.6500.32
HSL241.06º48.5%45.69%-
HSV(B)241.06º65.32%67.84%-
XYZ11.157.2740.35-
YUV73.48184.16119.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.02%
GREEN value IS 60 (23.83% from 255) = 20.34%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=21.02%
G=20.34%
B=58.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62601730.640.6500.32241.0648.545.69
Hex3E3CAD4041020f1302e
Octal76742551001010403616056
Binary1111101111001010110110000001000001010000011110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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