#172A52

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

Shades of Bunting #172A52

Tints of Bunting #172A52

Color information

#172A52 (or 0x172A52) is unknown color: approx Bunting. HEX triplet: 17, 2A and 52. RGB value is (23,42,82). Sum of RGB (Red+Green+Blue) = 23+42+82=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #172A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A52 is #E8D5AD. Grayscale: #282828. Windows color (decimal): -15259054 or 5384727. OLE color: 5384727.

HSL color Cylindrical-coordinate representation of color #172A52: hue angle of 220.68º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #172A52 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB234282-
CMYK0.720.4900.68
HSL220.68º56.19%20.59%-
HSV(B)220.68º71.95%32.16%-
XYZ2.72.458.31-
YUV40.88151.21115.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.65%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=15.65%
G=28.57%
B=55.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2342820.720.4900.68220.6856.1920.59
Hex172A524831044dd3815
Octal27521221106101043357025
Binary1011110101010100101001000110001010001001101110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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