#3417BA

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

Shades of Persian Blue #3417BA

Tints of Persian Blue #3417BA

Color information

#3417BA (or 0x3417BA) is unknown color: approx Persian Blue. HEX triplet: 34, 17 and BA. RGB value is (52,23,186). Sum of RGB (Red+Green+Blue) = 52+23+186=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #3417BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3417BA is #CBE845. Grayscale: #313131. Windows color (decimal): -13363270 or 12195636. OLE color: 12195636.

HSL color Cylindrical-coordinate representation of color #3417BA: hue angle of 250.67º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3417BA is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5223186-
CMYK0.720.8800.27
HSL250.67º77.99%40.98%-
HSV(B)250.67º87.63%72.94%-
XYZ10.594.8946.84-
YUV50.25204.61129.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 186 (73.05% from 255) = 71.26%
R=19.92%
G=8.81%
B=71.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52231860.720.8800.27250.6777.9940.98
Hex3417BA485801Bfb4e29
Octal642727211013003337311651
Binary110100101111011101010010001011000011011111110111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3417BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3417BA; }

 p { color: rgb(52,23,186); }

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

<style>
 a { background-color: #3417BA; }

 a { background-color: rgb(52,23,186); }

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

<style>
 span { border-color: #3417BA; }

 span { border-color: rgb(52,23,186); }

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