#3416BD

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

Shades of Persian Blue #3416BD

Tints of Persian Blue #3416BD

Color information

#3416BD (or 0x3416BD) is unknown color: approx Persian Blue. HEX triplet: 34, 16 and BD. RGB value is (52,22,189). Sum of RGB (Red+Green+Blue) = 52+22+189=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3416BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3416BD is #CBE942. Grayscale: #313131. Windows color (decimal): -13363523 or 12391988. OLE color: 12391988.

HSL color Cylindrical-coordinate representation of color #3416BD: hue angle of 250.78º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3416BD is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5222189-
CMYK0.720.8800.26
HSL250.78º79.15%41.37%-
HSV(B)250.78º88.36%74.12%-
XYZ10.894.9848.53-
YUV50.01206.44129.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 189 (74.22% from 255) = 71.86%
R=19.77%
G=8.37%
B=71.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52221890.720.8800.26250.7879.1541.37
Hex3416BD485801Afb4f29
Octal642627511013003237311751
Binary110100101101011110110010001011000011010111110111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3416BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3416BD; }

 p { color: rgb(52,22,189); }

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

<style>
 a { background-color: #3416BD; }

 a { background-color: rgb(52,22,189); }

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

<style>
 span { border-color: #3416BD; }

 span { border-color: rgb(52,22,189); }

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