Shades of Catalina Blue #23436C
Tints of Catalina Blue #23436C
RGB
CMYK
RGB Variations
Color information
#23436C (or 0x23436C) is known color: Catalina Blue. HEX triplet: 23, 43 and 6C. RGB value is (35,67,108). Sum of RGB (Red+Green+Blue) = 35+67+108=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #23436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23436C is #DCBC93. Grayscale: #3D3D3D. Windows color (decimal): -14466196 or 7095075. OLE color: 7095075.
HSL color Cylindrical-coordinate representation of color #23436C: hue angle of 213.7º 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 #23436C is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 67 | 108 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.58 |
| HSL | 213.7º | 0.51% | 0.28% | - |
| HSV(B) | 213.7º | 0.68% | 0.42% | - |
| XYZ | 5.41 | 5.45 | 14.96 | - |
| YUV | 62.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 108 | 0.68 | 0.38 | 0 | 0.58 | 213.7 | 0.51 | 0.28 |
| Hex | 23 | 43 | 6C | 44 | 26 | 0 | 3A | D6 | 33 | 1C |
| Octal | 43 | 103 | 154 | 104 | 46 | 0 | 72 | 326 | 63 | 34 |
| Binary | 100011 | 1000011 | 1101100 | 1000100 | 100110 | 0 | 111010 | 11010110 | 110011 | 11100 |
Color Harmonies of #23436C
Complementary color
Monochromatic Colors of #23436C
Black with #23436C
Text Example
Text Example
White with #23436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23436C; }
p { color: rgb(35,67,108); }
H1.HeaderClassName
{
color: #23436C;
}
.AnyTagClassName
{
color: #23436C;
}
</style>
background-color css
<style>
a { background-color: #23436C; }
a { background-color: rgb(35,67,108); }
div.DivClassName
{
background-color: #23436C;
}
.BgClassName
{
background-color: #23436C;
}
</style>
border-color css
<style>
span { border-color: #23436C; }
span { border-color: rgb(35,67,108); }
td.TdClassName
{
border-color: #23436C;
}
.TagClassName
{
border-color: #23436C;
}
</style>