#3E27AE

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

Shades of Blue Gem #3E27AE

Tints of Blue Gem #3E27AE

Color information

#3E27AE (or 0x3E27AE) is unknown color: approx Blue Gem. HEX triplet: 3E, 27 and AE. RGB value is (62,39,174). Sum of RGB (Red+Green+Blue) = 62+39+174=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E27AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E27AE is #C1D851. Grayscale: #3C3C3C. Windows color (decimal): -12703826 or 11413310. OLE color: 11413310.

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

Color convert

RGB6239174-
CMYK0.640.7800.32
HSL250.22º63.38%41.76%-
HSV(B)250.22º77.59%68.24%-
XYZ10.355.5340.57-
YUV61.27191.62128.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.55%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=22.55%
G=14.18%
B=63.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62391740.640.7800.32250.2263.3841.76
Hex3E27AE404E020fa3f2a
Octal76472561001160403727752
Binary1111101001111010111010000001001110010000011111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E27AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,39,174); }

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

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

 a { background-color: rgb(62,39,174); }

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

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

 span { border-color: rgb(62,39,174); }

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