#351CB7

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

Shades of Persian Blue #351CB7

Tints of Persian Blue #351CB7

Color information

#351CB7 (or 0x351CB7) is unknown color: approx Persian Blue. HEX triplet: 35, 1C and B7. RGB value is (53,28,183). Sum of RGB (Red+Green+Blue) = 53+28+183=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 183 (71.88% from 255 or 69.32% from 264); Max value from RGB is 183 - color contains mainly: blue. Hex color #351CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CB7 is #CAE348. Grayscale: #343434. Windows color (decimal): -13296457 or 12000309. OLE color: 12000309.

HSL color Cylindrical-coordinate representation of color #351CB7: hue angle of 249.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351CB7 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5328183-
CMYK0.710.8500.28
HSL249.68º73.46%41.37%-
HSV(B)249.68º84.7%71.76%-
XYZ10.435.0145.22-
YUV53.14201.28127.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 183 (71.88% from 255) = 69.32%
R=20.08%
G=10.61%
B=69.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53281830.710.8500.28249.6873.4641.37
Hex351CB7475501Cfa4929
Octal653426710712503437211151
Binary110101111001011011110001111010101011100111110101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,28,183); }

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

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

 a { background-color: rgb(53,28,183); }

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

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

 span { border-color: rgb(53,28,183); }

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