#172EEA

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

Shades of Persian Blue #172EEA

Tints of Persian Blue #172EEA

Color information

#172EEA (or 0x172EEA) is unknown color: approx Persian Blue. HEX triplet: 17, 2E and EA. RGB value is (23,46,234). Sum of RGB (Red+Green+Blue) = 23+46+234=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #172EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172EEA is #E8D115. Grayscale: #3B3B3B. Windows color (decimal): -15257878 or 15347223. OLE color: 15347223.

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

Color convert

RGB2346234-
CMYK0.900.8000.08
HSL233.46º83.4%50.39%-
HSV(B)233.46º90.17%91.76%-
XYZ16.188.0878.55-
YUV60.56225.88101.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.59%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 234 (91.80% from 255) = 77.23%
R=7.59%
G=15.18%
B=77.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23462340.900.8000.08233.4683.450.39
Hex172EEA5A5008e95332
Octal275635213212001035112362
Binary10111101110111010101011010101000001000111010011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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