#172CEA

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

Shades of Persian Blue #172CEA

Tints of Persian Blue #172CEA

Color information

#172CEA (or 0x172CEA) is unknown color: approx Persian Blue. HEX triplet: 17, 2C and EA. RGB value is (23,44,234). Sum of RGB (Red+Green+Blue) = 23+44+234=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #172CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172CEA is #E8D315. Grayscale: #3A3A3A. Windows color (decimal): -15258390 or 15346711. OLE color: 15346711.

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

Color convert

RGB2344234-
CMYK0.900.8100.08
HSL234.03º83.4%50.39%-
HSV(B)234.03º90.17%91.76%-
XYZ16.117.9278.52-
YUV59.38226.54102.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.64%
GREEN value IS 44 (17.58% from 255) = 14.62%
BLUE value IS 234 (91.80% from 255) = 77.74%
R=7.64%
G=14.62%
B=77.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23442340.900.8100.08234.0383.450.39
Hex172CEA5A5108ea5332
Octal275435213212101035212362
Binary10111101100111010101011010101000101000111010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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