#3E1FAA

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

Shades of Blue Gem #3E1FAA

Tints of Blue Gem #3E1FAA

Color information

#3E1FAA (or 0x3E1FAA) is unknown color: approx Blue Gem. HEX triplet: 3E, 1F and AA. RGB value is (62,31,170). Sum of RGB (Red+Green+Blue) = 62+31+170=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E1FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1FAA is #C1E055. Grayscale: #373737. Windows color (decimal): -12705878 or 11149118. OLE color: 11149118.

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

Color convert

RGB6231170-
CMYK0.640.8200.33
HSL253.38º69.15%39.41%-
HSV(B)253.38º81.76%66.67%-
XYZ9.734.9138.46-
YUV56.11192.27132.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.57%
GREEN value IS 31 (12.5% from 255) = 11.79%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=23.57%
G=11.79%
B=64.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62311700.640.8200.33253.3869.1539.41
Hex3E1FAA4052021fd4527
Octal763725210012204137510547
Binary1111101111110101010100000010100100100001111111011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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