#3E37AA

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

Shades of Blue Gem #3E37AA

Tints of Blue Gem #3E37AA

Color information

#3E37AA (or 0x3E37AA) is unknown color: approx Blue Gem. HEX triplet: 3E, 37 and AA. RGB value is (62,55,170). Sum of RGB (Red+Green+Blue) = 62+55+170=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E37AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E37AA is #C1C855. Grayscale: #454545. Windows color (decimal): -12699734 or 11155262. OLE color: 11155262.

HSL color Cylindrical-coordinate representation of color #3E37AA: hue angle of 243.65º degrees, saturation: 0.51, 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 #3E37AA is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6255170-
CMYK0.640.6800.33
HSL243.65º51.11%44.12%-
HSV(B)243.65º67.65%66.67%-
XYZ10.616.6638.76-
YUV70.2184.32122.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.60%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=21.60%
G=19.16%
B=59.23%

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
Decimal62551700.640.6800.33243.6551.1144.12
Hex3E37AA4044021f4332c
Octal76672521001040413646354
Binary1111101101111010101010000001000100010000111110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E37AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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