#172F51

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

Shades of Catalina Blue #172F51

Tints of Catalina Blue #172F51

Color information

#172F51 (or 0x172F51) is unknown color: approx Catalina Blue. HEX triplet: 17, 2F and 51. RGB value is (23,47,81). Sum of RGB (Red+Green+Blue) = 23+47+81=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #172F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F51 is #E8D0AE. Grayscale: #2B2B2B. Windows color (decimal): -15257775 or 5320471. OLE color: 5320471.

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

Color convert

RGB234781-
CMYK0.720.4200.68
HSL215.17º55.77%20.39%-
HSV(B)215.17º71.6%31.76%-
XYZ2.862.818.18-
YUV43.7149.05113.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.23%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=15.23%
G=31.13%
B=53.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2347810.720.4200.68215.1755.7720.39
Hex172F51482A044d73814
Octal27571211105201043277024
Binary1011110111110100011001000101010010001001101011111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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