#17305E

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

Shades of Catalina Blue #17305E

Tints of Catalina Blue #17305E

Color information

#17305E (or 0x17305E) is unknown color: approx Catalina Blue. HEX triplet: 17, 30 and 5E. RGB value is (23,48,94). Sum of RGB (Red+Green+Blue) = 23+48+94=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #17305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17305E is #E8CFA1. Grayscale: #2D2D2D. Windows color (decimal): -15257506 or 6172695. OLE color: 6172695.

HSL color Cylindrical-coordinate representation of color #17305E: hue angle of 218.87º 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 #17305E is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB234894-
CMYK0.760.4900.63
HSL218.87º60.68%22.94%-
HSV(B)218.87º75.53%36.86%-
XYZ3.433.111.01-
YUV45.77155.22111.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.94%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=13.94%
G=29.09%
B=56.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2348940.760.4900.63218.8760.6822.94
Hex17305E4C3103Fdb3d17
Octal2760136114610773337527
Binary101111100001011110100110011000101111111101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17305E; }

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

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

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

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

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

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

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

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