#173058

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

Shades of Catalina Blue #173058

Tints of Catalina Blue #173058

Color information

#173058 (or 0x173058) is unknown color: approx Catalina Blue. HEX triplet: 17, 30 and 58. RGB value is (23,48,88). Sum of RGB (Red+Green+Blue) = 23+48+88=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #173058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173058 is #E8CFA7. Grayscale: #2C2C2C. Windows color (decimal): -15257512 or 5779479. OLE color: 5779479.

HSL color Cylindrical-coordinate representation of color #173058: hue angle of 216.92º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173058 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB234888-
CMYK0.740.4500.65
HSL216.92º58.56%21.76%-
HSV(B)216.92º73.86%34.51%-
XYZ3.1739.64-
YUV45.08152.22112.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.47%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=14.47%
G=30.19%
B=55.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2348880.740.4500.65216.9258.5621.76
Hex1730584A2D041d93b16
Octal27601301125501013317326
Binary1011111000010110001001010101101010000011101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173058; }

 p { color: rgb(23,48,88); }

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

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

 a { background-color: rgb(23,48,88); }

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

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

 span { border-color: rgb(23,48,88); }

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