#3E3CAA

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

Shades of Blue Gem #3E3CAA

Tints of Blue Gem #3E3CAA

Color information

#3E3CAA (or 0x3E3CAA) is unknown color: approx Blue Gem. HEX triplet: 3E, 3C and AA. RGB value is (62,60,170). Sum of RGB (Red+Green+Blue) = 62+60+170=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E3CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3CAA is #C1C355. Grayscale: #484848. Windows color (decimal): -12698454 or 11156542. OLE color: 11156542.

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

Color convert

RGB6260170-
CMYK0.640.6500.33
HSL241.09º47.83%45.1%-
HSV(B)241.09º64.71%66.67%-
XYZ10.867.1638.84-
YUV73.14182.66120.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 60 (23.83% from 255) = 20.55%
BLUE value IS 170 (66.80% from 255) = 58.22%
R=21.23%
G=20.55%
B=58.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62601700.640.6500.33241.0947.8345.1
Hex3E3CAA4041021f1302d
Octal76742521001010413616055
Binary1111101111001010101010000001000001010000111110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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