#172BEA

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

Shades of Persian Blue #172BEA

Tints of Persian Blue #172BEA

Color information

#172BEA (or 0x172BEA) is unknown color: approx Persian Blue. HEX triplet: 17, 2B and EA. RGB value is (23,43,234). Sum of RGB (Red+Green+Blue) = 23+43+234=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #172BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172BEA is #E8D415. Grayscale: #3A3A3A. Windows color (decimal): -15258646 or 15346455. OLE color: 15346455.

HSL color Cylindrical-coordinate representation of color #172BEA: hue angle of 234.31º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172BEA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2343234-
CMYK0.900.8200.08
HSL234.31º83.4%50.39%-
HSV(B)234.31º90.17%91.76%-
XYZ16.077.8578.51-
YUV58.79226.87102.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.67%
GREEN value IS 43 (17.19% from 255) = 14.33%
BLUE value IS 234 (91.80% from 255) = 78%
R=7.67%
G=14.33%
B=78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23432340.900.8200.08234.3183.450.39
Hex172BEA5A5208ea5332
Octal275335213212201035212362
Binary10111101011111010101011010101001001000111010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172BEA; }

 p { color: rgb(23,43,234); }

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

<style>
 a { background-color: #172BEA; }

 a { background-color: rgb(23,43,234); }

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

<style>
 span { border-color: #172BEA; }

 span { border-color: rgb(23,43,234); }

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