#341EA3

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

Shades of Blue Gem #341EA3

Tints of Blue Gem #341EA3

Color information

#341EA3 (or 0x341EA3) is unknown color: approx Blue Gem. HEX triplet: 34, 1E and A3. RGB value is (52,30,163). Sum of RGB (Red+Green+Blue) = 52+30+163=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #341EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341EA3 is #CBE15C. Grayscale: #333333. Windows color (decimal): -13361501 or 10690100. OLE color: 10690100.

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

Color convert

RGB5230163-
CMYK0.680.8200.36
HSL249.92º68.91%37.84%-
HSV(B)249.92º81.6%63.92%-
XYZ8.494.335.03-
YUV51.74190.79128.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 163 (64.06% from 255) = 66.53%
R=21.22%
G=12.24%
B=66.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52301630.680.8200.36249.9268.9137.84
Hex341EA34452024fa4526
Octal643624310412204437210546
Binary1101001111010100011100010010100100100100111110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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