#172F57

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

Shades of Catalina Blue #172F57

Tints of Catalina Blue #172F57

Color information

#172F57 (or 0x172F57) is unknown color: approx Catalina Blue. HEX triplet: 17, 2F and 57. RGB value is (23,47,87). Sum of RGB (Red+Green+Blue) = 23+47+87=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #172F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F57 is #E8D0A8. Grayscale: #2C2C2C. Windows color (decimal): -15257769 or 5713687. OLE color: 5713687.

HSL color Cylindrical-coordinate representation of color #172F57: hue angle of 217.5º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172F57 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB234787-
CMYK0.740.4600.66
HSL217.5º58.18%21.57%-
HSV(B)217.5º73.56%34.12%-
XYZ3.092.99.41-
YUV44.38152.05112.75-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.65%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=14.65%
G=29.94%
B=55.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2347870.740.4600.66217.558.1821.57
Hex172F574A2E042da3a16
Octal27571271125601023327226
Binary1011110111110101111001010101110010000101101101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,47,87); }

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

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

 a { background-color: rgb(23,47,87); }

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

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

 span { border-color: rgb(23,47,87); }

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