#331EA2

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

Shades of Blue Gem #331EA2

Tints of Blue Gem #331EA2

Color information

#331EA2 (or 0x331EA2) is unknown color: approx Blue Gem. HEX triplet: 33, 1E and A2. RGB value is (51,30,162). Sum of RGB (Red+Green+Blue) = 51+30+162=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #331EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331EA2 is #CCE15D. Grayscale: #323232. Windows color (decimal): -13427038 or 10624563. OLE color: 10624563.

HSL color Cylindrical-coordinate representation of color #331EA2: hue angle of 249.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331EA2 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5130162-
CMYK0.690.8100.36
HSL249.55º68.75%37.65%-
HSV(B)249.55º81.48%63.53%-
XYZ8.354.2434.56-
YUV51.33190.46127.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 162 (63.67% from 255) = 66.67%
R=20.99%
G=12.35%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51301620.690.8100.36249.5568.7537.65
Hex331EA24551024fa4526
Octal633624210512104437210546
Binary1100111111010100010100010110100010100100111110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331EA2; }

 p { color: rgb(51,30,162); }

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

<style>
 a { background-color: #331EA2; }

 a { background-color: rgb(51,30,162); }

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

<style>
 span { border-color: #331EA2; }

 span { border-color: rgb(51,30,162); }

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