Shades of Catalina Blue #23426A
Tints of Catalina Blue #23426A
RGB
CMYK
RGB Variations
Color information
#23426A (or 0x23426A) is known color: Catalina Blue. HEX triplet: 23, 42 and 6A. RGB value is (35,66,106). Sum of RGB (Red+Green+Blue) = 35+66+106=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #23426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23426A is #DCBD95. Grayscale: #3D3D3D. Windows color (decimal): -14466454 or 6963747. OLE color: 6963747.
HSL color Cylindrical-coordinate representation of color #23426A: hue angle of 213.8º degrees, saturation: 0.5, 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 #23426A is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 66 | 106 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.58 |
| HSL | 213.8º | 0.5% | 0.28% | - |
| HSV(B) | 213.8º | 0.67% | 0.42% | - |
| XYZ | 5.24 | 5.29 | 14.38 | - |
| YUV | 61.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 106 | 0.67 | 0.38 | 0 | 0.58 | 213.8 | 0.5 | 0.28 |
| Hex | 23 | 42 | 6A | 43 | 26 | 0 | 3A | D6 | 32 | 1C |
| Octal | 43 | 102 | 152 | 103 | 46 | 0 | 72 | 326 | 62 | 34 |
| Binary | 100011 | 1000010 | 1101010 | 1000011 | 100110 | 0 | 111010 | 11010110 | 110010 | 11100 |
Color Harmonies of #23426A
Complementary color
Monochromatic Colors of #23426A
Black with #23426A
Text Example
Text Example
White with #23426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23426A; }
p { color: rgb(35,66,106); }
H1.HeaderClassName
{
color: #23426A;
}
.AnyTagClassName
{
color: #23426A;
}
</style>
background-color css
<style>
a { background-color: #23426A; }
a { background-color: rgb(35,66,106); }
div.DivClassName
{
background-color: #23426A;
}
.BgClassName
{
background-color: #23426A;
}
</style>
border-color css
<style>
span { border-color: #23426A; }
span { border-color: rgb(35,66,106); }
td.TdClassName
{
border-color: #23426A;
}
.TagClassName
{
border-color: #23426A;
}
</style>