#351EB6

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

Shades of Persian Blue #351EB6

Tints of Persian Blue #351EB6

Color information

#351EB6 (or 0x351EB6) is unknown color: approx Persian Blue. HEX triplet: 35, 1E and B6. RGB value is (53,30,182). Sum of RGB (Red+Green+Blue) = 53+30+182=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 182 (71.48% from 255 or 68.68% from 265); Max value from RGB is 182 - color contains mainly: blue. Hex color #351EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351EB6 is #CAE149. Grayscale: #353535. Windows color (decimal): -13295946 or 11935285. OLE color: 11935285.

HSL color Cylindrical-coordinate representation of color #351EB6: hue angle of 249.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351EB6 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5330182-
CMYK0.710.8400.29
HSL249.08º71.7%41.57%-
HSV(B)249.08º83.52%71.37%-
XYZ10.385.0644.69-
YUV54.2200.12127.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 30 (12.11% from 255) = 11.32%
BLUE value IS 182 (71.48% from 255) = 68.68%
R=20%
G=11.32%
B=68.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53301820.710.8400.29249.0871.741.57
Hex351EB6475401Df9482a
Octal653626610712403537111052
Binary110101111101011011010001111010100011101111110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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