#172AEA

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

Shades of Persian Blue #172AEA

Tints of Persian Blue #172AEA

Color information

#172AEA (or 0x172AEA) is unknown color: approx Persian Blue. HEX triplet: 17, 2A and EA. RGB value is (23,42,234). Sum of RGB (Red+Green+Blue) = 23+42+234=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #172AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172AEA is #E8D515. Grayscale: #393939. Windows color (decimal): -15258902 or 15346199. OLE color: 15346199.

HSL color Cylindrical-coordinate representation of color #172AEA: hue angle of 234.6º 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 #172AEA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2342234-
CMYK0.900.8200.08
HSL234.6º83.4%50.39%-
HSV(B)234.6º90.17%91.76%-
XYZ16.037.7878.5-
YUV58.21227.21102.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.69%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 234 (91.80% from 255) = 78.26%
R=7.69%
G=14.05%
B=78.26%

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
Decimal23422340.900.8200.08234.683.450.39
Hex172AEA5A5208eb5332
Octal275235213212201035312362
Binary10111101010111010101011010101001001000111010111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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