Html Css Color HEX #331EA2 Blue Gem

📋 copy color: '#331EA2'

red 51 ◦ green 30 ◦ blue 162

#331EA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #331EA2

Tints of Blue Gem #331EA2

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 value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#331EA2 (or 0x331EA2) is known color: 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

RGB 51 30 162 -
CMYK 0.69 0.81 0 0.36
HSL 249.55º 0.69% 0.38% -
HSV(B) 249.55º 0.81% 0.64% -
XYZ 8.35 4.24 34.56 -
YUV 51.33 190.46 127.77 -
System Red Green Blue C M Y K H S L
Decimal 51 30 162 0.69 0.81 0 0.36 249.55 0.69 0.38
Hex 33 1E A2 45 51 0 24 FA 45 26
Octal 63 36 242 105 121 0 44 372 105 46
Binary 110011 11110 10100010 1000101 1010001 0 100100 11111010 1000101 100110

Color Harmonies of #331EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EA2

Black with #331EA2

Text Example


Text Example

White with #331EA2

Text Example


Text Example

HTML Codes & Css Web 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>