Shades of Catalina Blue #23426B
Tints of Catalina Blue #23426B
RGB
CMYK
RGB Variations
Color information
#23426B (or 0x23426B) is known color: Catalina Blue. HEX triplet: 23, 42 and 6B. RGB value is (35,66,107). Sum of RGB (Red+Green+Blue) = 35+66+107=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #23426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23426B is #DCBD94. Grayscale: #3D3D3D. Windows color (decimal): -14466453 or 7029283. OLE color: 7029283.
HSL color Cylindrical-coordinate representation of color #23426B: hue angle of 214.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23426B is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 66 | 107 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.58 |
| HSL | 214.17º | 0.51% | 0.28% | - |
| HSV(B) | 214.17º | 0.67% | 0.42% | - |
| XYZ | 5.3 | 5.32 | 14.66 | - |
| YUV | 61.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 107 | 0.67 | 0.38 | 0 | 0.58 | 214.17 | 0.51 | 0.28 |
| Hex | 23 | 42 | 6B | 43 | 26 | 0 | 3A | D6 | 33 | 1C |
| Octal | 43 | 102 | 153 | 103 | 46 | 0 | 72 | 326 | 63 | 34 |
| Binary | 100011 | 1000010 | 1101011 | 1000011 | 100110 | 0 | 111010 | 11010110 | 110011 | 11100 |
Color Harmonies of #23426B
Complementary color
Monochromatic Colors of #23426B
Black with #23426B
Text Example
Text Example
White with #23426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23426B; }
p { color: rgb(35,66,107); }
H1.HeaderClassName
{
color: #23426B;
}
.AnyTagClassName
{
color: #23426B;
}
</style>
background-color css
<style>
a { background-color: #23426B; }
a { background-color: rgb(35,66,107); }
div.DivClassName
{
background-color: #23426B;
}
.BgClassName
{
background-color: #23426B;
}
</style>
border-color css
<style>
span { border-color: #23426B; }
span { border-color: rgb(35,66,107); }
td.TdClassName
{
border-color: #23426B;
}
.TagClassName
{
border-color: #23426B;
}
</style>