#17315F

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

Shades of Catalina Blue #17315F

Tints of Catalina Blue #17315F

Color information

#17315F (or 0x17315F) is unknown color: approx Catalina Blue. HEX triplet: 17, 31 and 5F. RGB value is (23,49,95). Sum of RGB (Red+Green+Blue) = 23+49+95=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #17315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17315F is #E8CEA0. Grayscale: #2E2E2E. Windows color (decimal): -15257249 or 6238487. OLE color: 6238487.

HSL color Cylindrical-coordinate representation of color #17315F: hue angle of 218.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17315F is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB234995-
CMYK0.760.4800.63
HSL218.33º61.02%23.14%-
HSV(B)218.33º75.79%37.25%-
XYZ3.523.2111.26-
YUV46.47155.39111.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.77%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=13.77%
G=29.34%
B=56.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2349950.760.4800.63218.3361.0223.14
Hex17315F4C3003Fda3d17
Octal2761137114600773327527
Binary101111100011011111100110011000001111111101101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17315F; }

 p { color: rgb(23,49,95); }

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

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

 a { background-color: rgb(23,49,95); }

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

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

 span { border-color: rgb(23,49,95); }

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