Shades of Catalina Blue #233F64
Tints of Catalina Blue #233F64
RGB
CMYK
RGB Variations
Color information
#233F64 (or 0x233F64) is known color: Catalina Blue. HEX triplet: 23, 3F and 64. RGB value is (35,63,100). Sum of RGB (Red+Green+Blue) = 35+63+100=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #233F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F64 is #DCC09B. Grayscale: #3A3A3A. Windows color (decimal): -14467228 or 6569763. OLE color: 6569763.
HSL color Cylindrical-coordinate representation of color #233F64: hue angle of 214.15º 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 #233F64 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 63 | 100 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.61 |
| HSL | 214.15º | 0.48% | 0.26% | - |
| HSV(B) | 214.15º | 0.65% | 0.39% | - |
| XYZ | 4.77 | 4.83 | 12.74 | - |
| YUV | 58.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 100 | 0.65 | 0.37 | 0 | 0.61 | 214.15 | 0.48 | 0.26 |
| Hex | 23 | 3F | 64 | 41 | 25 | 0 | 3D | D6 | 30 | 1A |
| Octal | 43 | 77 | 144 | 101 | 45 | 0 | 75 | 326 | 60 | 32 |
| Binary | 100011 | 111111 | 1100100 | 1000001 | 100101 | 0 | 111101 | 11010110 | 110000 | 11010 |
Color Harmonies of #233F64
Complementary color
Monochromatic Colors of #233F64
Black with #233F64
Text Example
Text Example
White with #233F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F64; }
p { color: rgb(35,63,100); }
H1.HeaderClassName
{
color: #233F64;
}
.AnyTagClassName
{
color: #233F64;
}
</style>
background-color css
<style>
a { background-color: #233F64; }
a { background-color: rgb(35,63,100); }
div.DivClassName
{
background-color: #233F64;
}
.BgClassName
{
background-color: #233F64;
}
</style>
border-color css
<style>
span { border-color: #233F64; }
span { border-color: rgb(35,63,100); }
td.TdClassName
{
border-color: #233F64;
}
.TagClassName
{
border-color: #233F64;
}
</style>