#341FA0

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

Shades of Blue Gem #341FA0

Tints of Blue Gem #341FA0

Color information

#341FA0 (or 0x341FA0) is unknown color: approx Blue Gem. HEX triplet: 34, 1F and A0. RGB value is (52,31,160). Sum of RGB (Red+Green+Blue) = 52+31+160=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #341FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341FA0 is #CBE05F. Grayscale: #333333. Windows color (decimal): -13361248 or 10493748. OLE color: 10493748.

HSL color Cylindrical-coordinate representation of color #341FA0: hue angle of 249.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341FA0 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5231160-
CMYK0.680.8100.37
HSL249.77º67.54%37.45%-
HSV(B)249.77º80.62%62.75%-
XYZ8.254.2533.64-
YUV51.98188.96128.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 31 (12.5% from 255) = 12.76%
BLUE value IS 160 (62.89% from 255) = 65.84%
R=21.40%
G=12.76%
B=65.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52311600.680.8100.37249.7767.5437.45
Hex341FA04451025fa4425
Octal643724010412104537210445
Binary1101001111110100000100010010100010100101111110101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,31,160); }

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

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

 a { background-color: rgb(52,31,160); }

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

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

 span { border-color: rgb(52,31,160); }

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