#1734BA

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

Shades of Persian Blue #1734BA

Tints of Persian Blue #1734BA

Color information

#1734BA (or 0x1734BA) is unknown color: approx Persian Blue. HEX triplet: 17, 34 and BA. RGB value is (23,52,186). Sum of RGB (Red+Green+Blue) = 23+52+186=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 52 (20.70% from 255 or 19.92% 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 #1734BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1734BA is #E8CB45. Grayscale: #3A3A3A. Windows color (decimal): -15256390 or 12203031. OLE color: 12203031.

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

Color convert

RGB2352186-
CMYK0.880.7200.27
HSL229.33º77.99%40.98%-
HSV(B)229.33º87.63%72.94%-
XYZ10.446.1847.1-
YUV58.6199.89102.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal23521860.880.7200.27229.3377.9940.98
Hex1734BA584801Be54e29
Octal276427213011003334511651
Binary101111101001011101010110001001000011011111001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1734BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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