Shades of Catalina Blue #233D6C
Tints of Catalina Blue #233D6C
RGB
CMYK
RGB Variations
Color information
#233D6C (or 0x233D6C) is known color: Catalina Blue. HEX triplet: 23, 3D and 6C. RGB value is (35,61,108). Sum of RGB (Red+Green+Blue) = 35+61+108=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #233D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D6C is #DCC293. Grayscale: #3A3A3A. Windows color (decimal): -14467732 or 7093539. OLE color: 7093539.
HSL color Cylindrical-coordinate representation of color #233D6C: hue angle of 218.63º 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 #233D6C is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 61 | 108 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.58 |
| HSL | 218.63º | 0.51% | 0.28% | - |
| HSV(B) | 218.63º | 0.68% | 0.42% | - |
| XYZ | 5.07 | 4.78 | 14.84 | - |
| YUV | 58.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 108 | 0.68 | 0.44 | 0 | 0.58 | 218.63 | 0.51 | 0.28 |
| Hex | 23 | 3D | 6C | 44 | 2C | 0 | 3A | DB | 33 | 1C |
| Octal | 43 | 75 | 154 | 104 | 54 | 0 | 72 | 333 | 63 | 34 |
| Binary | 100011 | 111101 | 1101100 | 1000100 | 101100 | 0 | 111010 | 11011011 | 110011 | 11100 |
Color Harmonies of #233D6C
Complementary color
Monochromatic Colors of #233D6C
Black with #233D6C
Text Example
Text Example
White with #233D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D6C; }
p { color: rgb(35,61,108); }
H1.HeaderClassName
{
color: #233D6C;
}
.AnyTagClassName
{
color: #233D6C;
}
</style>
background-color css
<style>
a { background-color: #233D6C; }
a { background-color: rgb(35,61,108); }
div.DivClassName
{
background-color: #233D6C;
}
.BgClassName
{
background-color: #233D6C;
}
</style>
border-color css
<style>
span { border-color: #233D6C; }
span { border-color: rgb(35,61,108); }
td.TdClassName
{
border-color: #233D6C;
}
.TagClassName
{
border-color: #233D6C;
}
</style>