#341EA2

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

Shades of Blue Gem #341EA2

Tints of Blue Gem #341EA2

Color information

#341EA2 (or 0x341EA2) is unknown color: approx Blue Gem. HEX triplet: 34, 1E and A2. RGB value is (52,30,162). Sum of RGB (Red+Green+Blue) = 52+30+162=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #341EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341EA2 is #CBE15D. Grayscale: #333333. Windows color (decimal): -13361502 or 10624564. OLE color: 10624564.

HSL color Cylindrical-coordinate representation of color #341EA2: hue angle of 250º 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 #341EA2 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5230162-
CMYK0.680.8100.36
HSL250º68.75%37.65%-
HSV(B)250º81.48%63.53%-
XYZ8.44.2734.56-
YUV51.63190.29128.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 162 (63.67% from 255) = 66.39%
R=21.31%
G=12.30%
B=66.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52301620.680.8100.3625068.7537.65
Hex341EA24451024fa4526
Octal643624210412104437210546
Binary1101001111010100010100010010100010100100111110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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