#1734BB

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

Shades of Persian Blue #1734BB

Tints of Persian Blue #1734BB

Color information

#1734BB (or 0x1734BB) is unknown color: approx Persian Blue. HEX triplet: 17, 34 and BB. RGB value is (23,52,187). Sum of RGB (Red+Green+Blue) = 23+52+187=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 52 (20.70% from 255 or 19.85% 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 #1734BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1734BB is #E8CB44. Grayscale: #3A3A3A. Windows color (decimal): -15256389 or 12268567. OLE color: 12268567.

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

Color convert

RGB2352187-
CMYK0.880.7200.27
HSL229.39º78.1%41.18%-
HSV(B)229.39º87.7%73.33%-
XYZ10.556.2347.66-
YUV58.72200.39102.52-

RGB Variations

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

RGB

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

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
Decimal23521870.880.7200.27229.3978.141.18
Hex1734BB584801Be54e29
Octal276427313011003334511651
Binary101111101001011101110110001001000011011111001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1734BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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