Shades of Catalina Blue #17305C
Tints of Catalina Blue #17305C
RGB
CMYK
RGB Variations
Color information
#17305C (or 0x17305C) is known color: Catalina Blue. HEX triplet: 17, 30 and 5C. RGB value is (23,48,92). Sum of RGB (Red+Green+Blue) = 23+48+92=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #17305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17305C is #E8CFA3. Grayscale: #2D2D2D. Windows color (decimal): -15257508 or 6041623. OLE color: 6041623.
HSL color Cylindrical-coordinate representation of color #17305C: hue angle of 218.26º 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 #17305C is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 48 | 92 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.64 |
| HSL | 218.26º | 0.6% | 0.23% | - |
| HSV(B) | 218.26º | 0.75% | 0.36% | - |
| XYZ | 3.34 | 3.07 | 10.54 | - |
| YUV | 45.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 92 | 0.75 | 0.48 | 0 | 0.64 | 218.26 | 0.6 | 0.23 |
| Hex | 17 | 30 | 5C | 4B | 30 | 0 | 40 | DA | 3C | 17 |
| Octal | 27 | 60 | 134 | 113 | 60 | 0 | 100 | 332 | 74 | 27 |
| Binary | 10111 | 110000 | 1011100 | 1001011 | 110000 | 0 | 1000000 | 11011010 | 111100 | 10111 |
Color Harmonies of #17305C
Complementary color
Monochromatic Colors of #17305C
Black with #17305C
Text Example
Text Example
White with #17305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17305C; }
p { color: rgb(23,48,92); }
H1.HeaderClassName
{
color: #17305C;
}
.AnyTagClassName
{
color: #17305C;
}
</style>
background-color css
<style>
a { background-color: #17305C; }
a { background-color: rgb(23,48,92); }
div.DivClassName
{
background-color: #17305C;
}
.BgClassName
{
background-color: #17305C;
}
</style>
border-color css
<style>
span { border-color: #17305C; }
span { border-color: rgb(23,48,92); }
td.TdClassName
{
border-color: #17305C;
}
.TagClassName
{
border-color: #17305C;
}
</style>