Shades of Catalina Blue #23426C
Tints of Catalina Blue #23426C
RGB
CMYK
RGB Variations
Color information
#23426C (or 0x23426C) is known color: Catalina Blue. HEX triplet: 23, 42 and 6C. RGB value is (35,66,108). Sum of RGB (Red+Green+Blue) = 35+66+108=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #23426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23426C is #DCBD93. Grayscale: #3D3D3D. Windows color (decimal): -14466452 or 7094819. OLE color: 7094819.
HSL color Cylindrical-coordinate representation of color #23426C: hue angle of 214.52º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23426C is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 66 | 108 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.58 |
| HSL | 214.52º | 0.51% | 0.28% | - |
| HSV(B) | 214.52º | 0.68% | 0.42% | - |
| XYZ | 5.35 | 5.34 | 14.94 | - |
| YUV | 61.52 | 154.23 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 108 | 0.68 | 0.39 | 0 | 0.58 | 214.52 | 0.51 | 0.28 |
| Hex | 23 | 42 | 6C | 44 | 27 | 0 | 3A | D7 | 33 | 1C |
| Octal | 43 | 102 | 154 | 104 | 47 | 0 | 72 | 327 | 63 | 34 |
| Binary | 100011 | 1000010 | 1101100 | 1000100 | 100111 | 0 | 111010 | 11010111 | 110011 | 11100 |
Color Harmonies of #23426C
Complementary color
Monochromatic Colors of #23426C
Black with #23426C
Text Example
Text Example
White with #23426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23426C; }
p { color: rgb(35,66,108); }
H1.HeaderClassName
{
color: #23426C;
}
.AnyTagClassName
{
color: #23426C;
}
</style>
background-color css
<style>
a { background-color: #23426C; }
a { background-color: rgb(35,66,108); }
div.DivClassName
{
background-color: #23426C;
}
.BgClassName
{
background-color: #23426C;
}
</style>
border-color css
<style>
span { border-color: #23426C; }
span { border-color: rgb(35,66,108); }
td.TdClassName
{
border-color: #23426C;
}
.TagClassName
{
border-color: #23426C;
}
</style>