#351DBC

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

Shades of Persian Blue #351DBC

Tints of Persian Blue #351DBC

Color information

#351DBC (or 0x351DBC) is unknown color: approx Persian Blue. HEX triplet: 35, 1D and BC. RGB value is (53,29,188). Sum of RGB (Red+Green+Blue) = 53+29+188=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #351DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DBC is #CAE243. Grayscale: #353535. Windows color (decimal): -13296196 or 12328245. OLE color: 12328245.

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

Color convert

RGB5329188-
CMYK0.720.8500.26
HSL249.06º73.27%42.55%-
HSV(B)249.06º84.57%73.73%-
XYZ10.985.2748.01-
YUV54.3203.45127.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 188 (73.83% from 255) = 69.63%
R=19.63%
G=10.74%
B=69.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53291880.720.8500.26249.0673.2742.55
Hex351DBC485501Af9492b
Octal653527411012503237111153
Binary110101111011011110010010001010101011010111110011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,29,188); }

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

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

 a { background-color: rgb(53,29,188); }

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

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

 span { border-color: rgb(53,29,188); }

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