#173460

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

Shades of Catalina Blue #173460

Tints of Catalina Blue #173460

Color information

#173460 (or 0x173460) is unknown color: approx Catalina Blue. HEX triplet: 17, 34 and 60. RGB value is (23,52,96). Sum of RGB (Red+Green+Blue) = 23+52+96=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #173460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173460 is #E8CB9F. Grayscale: #303030. Windows color (decimal): -15256480 or 6304791. OLE color: 6304791.

HSL color Cylindrical-coordinate representation of color #173460: hue angle of 216.16º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173460 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB235296-
CMYK0.760.4600.62
HSL216.16º61.34%23.33%-
HSV(B)216.16º76.04%37.65%-
XYZ3.693.4811.54-
YUV48.34154.89109.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.45%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=13.45%
G=30.41%
B=56.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2352960.760.4600.62216.1661.3423.33
Hex1734604C2E03Ed83d17
Octal2764140114560763307527
Binary101111101001100000100110010111001111101101100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173460; }

 p { color: rgb(23,52,96); }

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

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

 a { background-color: rgb(23,52,96); }

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

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

 span { border-color: rgb(23,52,96); }

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