#172F5C

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

Shades of Catalina Blue #172F5C

Tints of Catalina Blue #172F5C

Color information

#172F5C (or 0x172F5C) is unknown color: approx Catalina Blue. HEX triplet: 17, 2F and 5C. RGB value is (23,47,92). Sum of RGB (Red+Green+Blue) = 23+47+92=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #172F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F5C is #E8D0A3. Grayscale: #2C2C2C. Windows color (decimal): -15257764 or 6041367. OLE color: 6041367.

HSL color Cylindrical-coordinate representation of color #172F5C: hue angle of 219.13º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172F5C is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB234792-
CMYK0.750.4900.64
HSL219.13º60%22.55%-
HSV(B)219.13º75%36.08%-
XYZ3.32.9910.53-
YUV44.95154.55112.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.20%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 92 (36.33% from 255) = 56.79%
R=14.20%
G=29.01%
B=56.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2347920.750.4900.64219.136022.55
Hex172F5C4B31040db3c17
Octal27571341136101003337427
Binary1011110111110111001001011110001010000001101101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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