Shades of Catalina Blue #23416F
Tints of Catalina Blue #23416F
RGB
CMYK
RGB Variations
Color information
#23416F (or 0x23416F) is known color: Catalina Blue. HEX triplet: 23, 41 and 6F. RGB value is (35,65,111). Sum of RGB (Red+Green+Blue) = 35+65+111=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #23416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23416F is #DCBE90. Grayscale: #3D3D3D. Windows color (decimal): -14466705 or 7291171. OLE color: 7291171.
HSL color Cylindrical-coordinate representation of color #23416F: hue angle of 216.32º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23416F is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 65 | 111 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.56 |
| HSL | 216.32º | 0.52% | 0.29% | - |
| HSV(B) | 216.32º | 0.68% | 0.44% | - |
| XYZ | 5.45 | 5.29 | 15.77 | - |
| YUV | 61.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 111 | 0.68 | 0.41 | 0 | 0.56 | 216.32 | 0.52 | 0.29 |
| Hex | 23 | 41 | 6F | 44 | 29 | 0 | 38 | D8 | 34 | 1D |
| Octal | 43 | 101 | 157 | 104 | 51 | 0 | 70 | 330 | 64 | 35 |
| Binary | 100011 | 1000001 | 1101111 | 1000100 | 101001 | 0 | 111000 | 11011000 | 110100 | 11101 |
Color Harmonies of #23416F
Complementary color
Monochromatic Colors of #23416F
Black with #23416F
Text Example
Text Example
White with #23416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23416F; }
p { color: rgb(35,65,111); }
H1.HeaderClassName
{
color: #23416F;
}
.AnyTagClassName
{
color: #23416F;
}
</style>
background-color css
<style>
a { background-color: #23416F; }
a { background-color: rgb(35,65,111); }
div.DivClassName
{
background-color: #23416F;
}
.BgClassName
{
background-color: #23416F;
}
</style>
border-color css
<style>
span { border-color: #23416F; }
span { border-color: rgb(35,65,111); }
td.TdClassName
{
border-color: #23416F;
}
.TagClassName
{
border-color: #23416F;
}
</style>