#1733BE

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

Shades of Persian Blue #1733BE

Tints of Persian Blue #1733BE

Color information

#1733BE (or 0x1733BE) is unknown color: approx Persian Blue. HEX triplet: 17, 33 and BE. RGB value is (23,51,190). Sum of RGB (Red+Green+Blue) = 23+51+190=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #1733BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1733BE is #E8CC41. Grayscale: #393939. Windows color (decimal): -15256642 or 12464919. OLE color: 12464919.

HSL color Cylindrical-coordinate representation of color #1733BE: hue angle of 229.94º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1733BE is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2351190-
CMYK0.880.7300.25
HSL229.94º78.4%41.76%-
HSV(B)229.94º87.89%74.51%-
XYZ10.836.2749.35-
YUV58.47202.22102.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.71%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 190 (74.61% from 255) = 71.97%
R=8.71%
G=19.32%
B=71.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23511900.880.7300.25229.9478.441.76
Hex1733BE5849019e64e2a
Octal276327613011103134611652
Binary101111100111011111010110001001001011001111001101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1733BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1733BE; }

 p { color: rgb(23,51,190); }

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

<style>
 a { background-color: #1733BE; }

 a { background-color: rgb(23,51,190); }

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

<style>
 span { border-color: #1733BE; }

 span { border-color: rgb(23,51,190); }

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