#351EA1

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

Shades of Blue Gem #351EA1

Tints of Blue Gem #351EA1

Color information

#351EA1 (or 0x351EA1) is unknown color: approx Blue Gem. HEX triplet: 35, 1E and A1. RGB value is (53,30,161). Sum of RGB (Red+Green+Blue) = 53+30+161=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #351EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351EA1 is #CAE15E. Grayscale: #333333. Windows color (decimal): -13295967 or 10559029. OLE color: 10559029.

HSL color Cylindrical-coordinate representation of color #351EA1: hue angle of 250.53º degrees, saturation: 0.69, 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 #351EA1 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5330161-
CMYK0.670.8100.37
HSL250.53º68.59%37.45%-
HSV(B)250.53º81.37%63.14%-
XYZ8.374.2634.1-
YUV51.81189.62128.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 161 (63.28% from 255) = 65.98%
R=21.72%
G=12.30%
B=65.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53301610.670.8100.37250.5368.5937.45
Hex351EA14351025fb4525
Octal653624110312104537310545
Binary1101011111010100001100001110100010100101111110111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351EA1; }

 p { color: rgb(53,30,161); }

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

<style>
 a { background-color: #351EA1; }

 a { background-color: rgb(53,30,161); }

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

<style>
 span { border-color: #351EA1; }

 span { border-color: rgb(53,30,161); }

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