#3417BB

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

Shades of Persian Blue #3417BB

Tints of Persian Blue #3417BB

Color information

#3417BB (or 0x3417BB) is unknown color: approx Persian Blue. HEX triplet: 34, 17 and BB. RGB value is (52,23,187). Sum of RGB (Red+Green+Blue) = 52+23+187=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #3417BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3417BB is #CBE844. Grayscale: #313131. Windows color (decimal): -13363269 or 12261172. OLE color: 12261172.

HSL color Cylindrical-coordinate representation of color #3417BB: hue angle of 250.61º 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 #3417BB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5223187-
CMYK0.720.8800.27
HSL250.61º78.1%41.18%-
HSV(B)250.61º87.7%73.33%-
XYZ10.694.9347.4-
YUV50.37205.11129.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 23 (9.38% from 255) = 8.78%
BLUE value IS 187 (73.44% from 255) = 71.37%
R=19.85%
G=8.78%
B=71.37%

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
Decimal52231870.720.8800.27250.6178.141.18
Hex3417BB485801Bfb4e29
Octal642727311013003337311651
Binary110100101111011101110010001011000011011111110111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3417BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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