Shades of Catalina Blue #23365B
Tints of Catalina Blue #23365B
RGB
CMYK
RGB Variations
Color information
#23365B (or 0x23365B) is known color: Catalina Blue. HEX triplet: 23, 36 and 5B. RGB value is (35,54,91). Sum of RGB (Red+Green+Blue) = 35+54+91=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #23365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23365B is #DCC9A4. Grayscale: #343434. Windows color (decimal): -14469541 or 5977635. OLE color: 5977635.
HSL color Cylindrical-coordinate representation of color #23365B: hue angle of 219.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23365B is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 54 | 91 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.64 |
| HSL | 219.64º | 0.44% | 0.25% | - |
| HSV(B) | 219.64º | 0.62% | 0.36% | - |
| XYZ | 3.9 | 3.75 | 10.42 | - |
| YUV | 52.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 91 | 0.62 | 0.41 | 0 | 0.64 | 219.64 | 0.44 | 0.25 |
| Hex | 23 | 36 | 5B | 3E | 29 | 0 | 40 | DC | 2C | 19 |
| Octal | 43 | 66 | 133 | 76 | 51 | 0 | 100 | 334 | 54 | 31 |
| Binary | 100011 | 110110 | 1011011 | 111110 | 101001 | 0 | 1000000 | 11011100 | 101100 | 11001 |
Color Harmonies of #23365B
Complementary color
Monochromatic Colors of #23365B
Black with #23365B
Text Example
Text Example
White with #23365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23365B; }
p { color: rgb(35,54,91); }
H1.HeaderClassName
{
color: #23365B;
}
.AnyTagClassName
{
color: #23365B;
}
</style>
background-color css
<style>
a { background-color: #23365B; }
a { background-color: rgb(35,54,91); }
div.DivClassName
{
background-color: #23365B;
}
.BgClassName
{
background-color: #23365B;
}
</style>
border-color css
<style>
span { border-color: #23365B; }
span { border-color: rgb(35,54,91); }
td.TdClassName
{
border-color: #23365B;
}
.TagClassName
{
border-color: #23365B;
}
</style>