#3E36AA

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

Shades of Blue Gem #3E36AA

Tints of Blue Gem #3E36AA

Color information

#3E36AA (or 0x3E36AA) is unknown color: approx Blue Gem. HEX triplet: 3E, 36 and AA. RGB value is (62,54,170). Sum of RGB (Red+Green+Blue) = 62+54+170=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E36AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E36AA is #C1C955. Grayscale: #454545. Windows color (decimal): -12699990 or 11155006. OLE color: 11155006.

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

Color convert

RGB6254170-
CMYK0.640.6800.33
HSL244.14º51.79%43.92%-
HSV(B)244.14º68.24%66.67%-
XYZ10.566.5638.74-
YUV69.62184.65122.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.68%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=21.68%
G=18.88%
B=59.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62541700.640.6800.33244.1451.7943.92
Hex3E36AA4044021f4342c
Octal76662521001040413646454
Binary1111101101101010101010000001000100010000111110100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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