Shades of Catalina Blue #233E65
Tints of Catalina Blue #233E65
RGB
CMYK
RGB Variations
Color information
#233E65 (or 0x233E65) is known color: Catalina Blue. HEX triplet: 23, 3E and 65. RGB value is (35,62,101). Sum of RGB (Red+Green+Blue) = 35+62+101=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #233E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E65 is #DCC19A. Grayscale: #3A3A3A. Windows color (decimal): -14467483 or 6635043. OLE color: 6635043.
HSL color Cylindrical-coordinate representation of color #233E65: hue angle of 215.45º 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 #233E65 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 62 | 101 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.60 |
| HSL | 215.45º | 0.49% | 0.27% | - |
| HSV(B) | 215.45º | 0.65% | 0.4% | - |
| XYZ | 4.76 | 4.74 | 12.98 | - |
| YUV | 58.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 101 | 0.65 | 0.39 | 0 | 0.60 | 215.45 | 0.49 | 0.27 |
| Hex | 23 | 3E | 65 | 41 | 27 | 0 | 3C | D7 | 31 | 1B |
| Octal | 43 | 76 | 145 | 101 | 47 | 0 | 74 | 327 | 61 | 33 |
| Binary | 100011 | 111110 | 1100101 | 1000001 | 100111 | 0 | 111100 | 11010111 | 110001 | 11011 |
Color Harmonies of #233E65
Complementary color
Monochromatic Colors of #233E65
Black with #233E65
Text Example
Text Example
White with #233E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E65; }
p { color: rgb(35,62,101); }
H1.HeaderClassName
{
color: #233E65;
}
.AnyTagClassName
{
color: #233E65;
}
</style>
background-color css
<style>
a { background-color: #233E65; }
a { background-color: rgb(35,62,101); }
div.DivClassName
{
background-color: #233E65;
}
.BgClassName
{
background-color: #233E65;
}
</style>
border-color css
<style>
span { border-color: #233E65; }
span { border-color: rgb(35,62,101); }
td.TdClassName
{
border-color: #233E65;
}
.TagClassName
{
border-color: #233E65;
}
</style>