#3E1CAD

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

Shades of Blue Gem #3E1CAD

Tints of Blue Gem #3E1CAD

Color information

#3E1CAD (or 0x3E1CAD) is unknown color: approx Blue Gem. HEX triplet: 3E, 1C and AD. RGB value is (62,28,173). Sum of RGB (Red+Green+Blue) = 62+28+173=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E1CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1CAD is #C1E352. Grayscale: #363636. Windows color (decimal): -12706643 or 11344958. OLE color: 11344958.

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

Color convert

RGB6228173-
CMYK0.640.8400.32
HSL254.07º72.14%39.41%-
HSV(B)254.07º83.82%67.84%-
XYZ9.944.8739.95-
YUV54.7194.76133.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.57%
GREEN value IS 28 (11.33% from 255) = 10.65%
BLUE value IS 173 (67.97% from 255) = 65.78%
R=23.57%
G=10.65%
B=65.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62281730.640.8400.32254.0772.1439.41
Hex3E1CAD4054020fe4827
Octal763425510012404037611047
Binary1111101110010101101100000010101000100000111111101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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