#172C53

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

Shades of Bunting #172C53

Tints of Bunting #172C53

Color information

#172C53 (or 0x172C53) is unknown color: approx Bunting. HEX triplet: 17, 2C and 53. RGB value is (23,44,83). Sum of RGB (Red+Green+Blue) = 23+44+83=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #172C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C53 is #E8D3AC. Grayscale: #292929. Windows color (decimal): -15258541 or 5450775. OLE color: 5450775.

HSL color Cylindrical-coordinate representation of color #172C53: hue angle of 219º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #172C53 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB234483-
CMYK0.720.4700.67
HSL219º56.6%20.78%-
HSV(B)219º72.29%32.55%-
XYZ2.822.618.54-
YUV42.17151.04114.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.33%
GREEN value IS 44 (17.58% from 255) = 29.33%
BLUE value IS 83 (32.81% from 255) = 55.33%
R=15.33%
G=29.33%
B=55.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2344830.720.4700.6721956.620.78
Hex172C53482F043db3915
Octal27541231105701033337125
Binary1011110110010100111001000101111010000111101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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