#172952

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

Shades of Bunting #172952

Tints of Bunting #172952

Color information

#172952 (or 0x172952) is unknown color: approx Bunting. HEX triplet: 17, 29 and 52. RGB value is (23,41,82). Sum of RGB (Red+Green+Blue) = 23+41+82=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #172952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172952 is #E8D6AD. Grayscale: #282828. Windows color (decimal): -15259310 or 5384471. OLE color: 5384471.

HSL color Cylindrical-coordinate representation of color #172952: hue angle of 221.69º 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 #172952 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB234182-
CMYK0.720.5000.68
HSL221.69º56.19%20.59%-
HSV(B)221.69º71.95%32.16%-
XYZ2.672.388.3-
YUV40.29151.54115.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.75%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 82 (32.42% from 255) = 56.16%
R=15.75%
G=28.08%
B=56.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2341820.720.5000.68221.6956.1920.59
Hex1729524832044de3815
Octal27511221106201043367025
Binary1011110100110100101001000110010010001001101111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172952; }

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

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

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

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

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

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

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

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