#1734B1

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

Shades of Persian Blue #1734B1

Tints of Persian Blue #1734B1

Color information

#1734B1 (or 0x1734B1) is unknown color: approx Persian Blue. HEX triplet: 17, 34 and B1. RGB value is (23,52,177). Sum of RGB (Red+Green+Blue) = 23+52+177=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 177 (69.53% from 255 or 70.24% from 252); Max value from RGB is 177 - color contains mainly: blue. Hex color #1734B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1734B1 is #E8CB4E. Grayscale: #393939. Windows color (decimal): -15256399 or 11613207. OLE color: 11613207.

HSL color Cylindrical-coordinate representation of color #1734B1: hue angle of 228.7º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1734B1 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2352177-
CMYK0.870.7100.31
HSL228.7º77%39.22%-
HSV(B)228.7º87.01%69.41%-
XYZ9.525.8142.22-
YUV57.58195.39103.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.13%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 177 (69.53% from 255) = 70.24%
R=9.13%
G=20.63%
B=70.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal23521770.870.7100.31228.77739.22
Hex1734B1574701Fe54d27
Octal276426112710703734511547
Binary101111101001011000110101111000111011111111001011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1734B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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