Shades of Catalina Blue #233D63
Tints of Catalina Blue #233D63
RGB
CMYK
RGB Variations
Color information
#233D63 (or 0x233D63) is known color: Catalina Blue. HEX triplet: 23, 3D and 63. RGB value is (35,61,99). Sum of RGB (Red+Green+Blue) = 35+61+99=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #233D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D63 is #DCC29C. Grayscale: #393939. Windows color (decimal): -14467741 or 6503715. OLE color: 6503715.
HSL color Cylindrical-coordinate representation of color #233D63: hue angle of 215.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233D63 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 61 | 99 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.61 |
| HSL | 215.63º | 0.48% | 0.26% | - |
| HSV(B) | 215.63º | 0.65% | 0.39% | - |
| XYZ | 4.61 | 4.6 | 12.45 | - |
| YUV | 57.56 | 151.39 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 99 | 0.65 | 0.38 | 0 | 0.61 | 215.63 | 0.48 | 0.26 |
| Hex | 23 | 3D | 63 | 41 | 26 | 0 | 3D | D8 | 30 | 1A |
| Octal | 43 | 75 | 143 | 101 | 46 | 0 | 75 | 330 | 60 | 32 |
| Binary | 100011 | 111101 | 1100011 | 1000001 | 100110 | 0 | 111101 | 11011000 | 110000 | 11010 |
Color Harmonies of #233D63
Complementary color
Monochromatic Colors of #233D63
Black with #233D63
Text Example
Text Example
White with #233D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D63; }
p { color: rgb(35,61,99); }
H1.HeaderClassName
{
color: #233D63;
}
.AnyTagClassName
{
color: #233D63;
}
</style>
background-color css
<style>
a { background-color: #233D63; }
a { background-color: rgb(35,61,99); }
div.DivClassName
{
background-color: #233D63;
}
.BgClassName
{
background-color: #233D63;
}
</style>
border-color css
<style>
span { border-color: #233D63; }
span { border-color: rgb(35,61,99); }
td.TdClassName
{
border-color: #233D63;
}
.TagClassName
{
border-color: #233D63;
}
</style>