Shades of Catalina Blue #233F65
Tints of Catalina Blue #233F65
RGB
CMYK
RGB Variations
Color information
#233F65 (or 0x233F65) is known color: Catalina Blue. HEX triplet: 23, 3F and 65. RGB value is (35,63,101). Sum of RGB (Red+Green+Blue) = 35+63+101=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #233F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F65 is #DCC09A. Grayscale: #3A3A3A. Windows color (decimal): -14467227 or 6635299. OLE color: 6635299.
HSL color Cylindrical-coordinate representation of color #233F65: hue angle of 214.55º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233F65 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 63 | 101 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.60 |
| HSL | 214.55º | 0.49% | 0.27% | - |
| HSV(B) | 214.55º | 0.65% | 0.4% | - |
| XYZ | 4.82 | 4.85 | 12.99 | - |
| YUV | 58.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 101 | 0.65 | 0.38 | 0 | 0.60 | 214.55 | 0.49 | 0.27 |
| Hex | 23 | 3F | 65 | 41 | 26 | 0 | 3C | D7 | 31 | 1B |
| Octal | 43 | 77 | 145 | 101 | 46 | 0 | 74 | 327 | 61 | 33 |
| Binary | 100011 | 111111 | 1100101 | 1000001 | 100110 | 0 | 111100 | 11010111 | 110001 | 11011 |
Color Harmonies of #233F65
Complementary color
Monochromatic Colors of #233F65
Black with #233F65
Text Example
Text Example
White with #233F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F65; }
p { color: rgb(35,63,101); }
H1.HeaderClassName
{
color: #233F65;
}
.AnyTagClassName
{
color: #233F65;
}
</style>
background-color css
<style>
a { background-color: #233F65; }
a { background-color: rgb(35,63,101); }
div.DivClassName
{
background-color: #233F65;
}
.BgClassName
{
background-color: #233F65;
}
</style>
border-color css
<style>
span { border-color: #233F65; }
span { border-color: rgb(35,63,101); }
td.TdClassName
{
border-color: #233F65;
}
.TagClassName
{
border-color: #233F65;
}
</style>