Shades of Catalina Blue #23426F
Tints of Catalina Blue #23426F
RGB
CMYK
RGB Variations
Color information
#23426F (or 0x23426F) is known color: Catalina Blue. HEX triplet: 23, 42 and 6F. RGB value is (35,66,111). Sum of RGB (Red+Green+Blue) = 35+66+111=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #23426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23426F is #DCBD90. Grayscale: #3D3D3D. Windows color (decimal): -14466449 or 7291427. OLE color: 7291427.
HSL color Cylindrical-coordinate representation of color #23426F: hue angle of 215.53º 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 #23426F is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 66 | 111 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.56 |
| HSL | 215.53º | 0.52% | 0.29% | - |
| HSV(B) | 215.53º | 0.68% | 0.44% | - |
| XYZ | 5.51 | 5.4 | 15.79 | - |
| YUV | 61.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 111 | 0.68 | 0.41 | 0 | 0.56 | 215.53 | 0.52 | 0.29 |
| Hex | 23 | 42 | 6F | 44 | 29 | 0 | 38 | D8 | 34 | 1D |
| Octal | 43 | 102 | 157 | 104 | 51 | 0 | 70 | 330 | 64 | 35 |
| Binary | 100011 | 1000010 | 1101111 | 1000100 | 101001 | 0 | 111000 | 11011000 | 110100 | 11101 |
Color Harmonies of #23426F
Complementary color
Monochromatic Colors of #23426F
Black with #23426F
Text Example
Text Example
White with #23426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23426F; }
p { color: rgb(35,66,111); }
H1.HeaderClassName
{
color: #23426F;
}
.AnyTagClassName
{
color: #23426F;
}
</style>
background-color css
<style>
a { background-color: #23426F; }
a { background-color: rgb(35,66,111); }
div.DivClassName
{
background-color: #23426F;
}
.BgClassName
{
background-color: #23426F;
}
</style>
border-color css
<style>
span { border-color: #23426F; }
span { border-color: rgb(35,66,111); }
td.TdClassName
{
border-color: #23426F;
}
.TagClassName
{
border-color: #23426F;
}
</style>