#172C54

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

Shades of Catalina Blue #172C54

Tints of Catalina Blue #172C54

Color information

#172C54 (or 0x172C54) is unknown color: approx Catalina Blue. HEX triplet: 17, 2C and 54. RGB value is (23,44,84). Sum of RGB (Red+Green+Blue) = 23+44+84=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #172C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C54 is #E8D3AB. Grayscale: #2A2A2A. Windows color (decimal): -15258540 or 5516311. OLE color: 5516311.

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

Color convert

RGB234484-
CMYK0.730.4800.67
HSL219.34º57.01%20.98%-
HSV(B)219.34º72.62%32.94%-
XYZ2.852.628.74-
YUV42.28151.54114.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.23%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 84 (33.20% from 255) = 55.63%
R=15.23%
G=29.14%
B=55.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2344840.730.4800.67219.3457.0120.98
Hex172C544930043db3915
Octal27541241116001033337125
Binary1011110110010101001001001110000010000111101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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