#17325C

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

Shades of Catalina Blue #17325C

Tints of Catalina Blue #17325C

Color information

#17325C (or 0x17325C) is unknown color: approx Catalina Blue. HEX triplet: 17, 32 and 5C. RGB value is (23,50,92). Sum of RGB (Red+Green+Blue) = 23+50+92=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #17325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17325C is #E8CDA3. Grayscale: #2E2E2E. Windows color (decimal): -15256996 or 6042135. OLE color: 6042135.

HSL color Cylindrical-coordinate representation of color #17325C: hue angle of 216.52º 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 #17325C is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB235092-
CMYK0.750.4600.64
HSL216.52º60%22.55%-
HSV(B)216.52º75%36.08%-
XYZ3.433.2410.57-
YUV46.72153.55111.08-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.94%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 92 (36.33% from 255) = 55.76%
R=13.94%
G=30.30%
B=55.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2350920.750.4600.64216.526022.55
Hex17325C4B2E040d93c17
Octal27621341135601003317427
Binary1011111001010111001001011101110010000001101100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17325C; }

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

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

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

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

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

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

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

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