Shades of Catalina Blue #233F62
Tints of Catalina Blue #233F62
RGB
CMYK
RGB Variations
Color information
#233F62 (or 0x233F62) is known color: Catalina Blue. HEX triplet: 23, 3F and 62. RGB value is (35,63,98). Sum of RGB (Red+Green+Blue) = 35+63+98=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #233F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F62 is #DCC09D. Grayscale: #3A3A3A. Windows color (decimal): -14467230 or 6438691. OLE color: 6438691.
HSL color Cylindrical-coordinate representation of color #233F62: hue angle of 213.33º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233F62 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 63 | 98 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.62 |
| HSL | 213.33º | 0.47% | 0.26% | - |
| HSV(B) | 213.33º | 0.64% | 0.38% | - |
| XYZ | 4.68 | 4.79 | 12.23 | - |
| YUV | 58.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 98 | 0.64 | 0.36 | 0 | 0.62 | 213.33 | 0.47 | 0.26 |
| Hex | 23 | 3F | 62 | 40 | 24 | 0 | 3E | D5 | 2F | 1A |
| Octal | 43 | 77 | 142 | 100 | 44 | 0 | 76 | 325 | 57 | 32 |
| Binary | 100011 | 111111 | 1100010 | 1000000 | 100100 | 0 | 111110 | 11010101 | 101111 | 11010 |
Color Harmonies of #233F62
Complementary color
Monochromatic Colors of #233F62
Black with #233F62
Text Example
Text Example
White with #233F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F62; }
p { color: rgb(35,63,98); }
H1.HeaderClassName
{
color: #233F62;
}
.AnyTagClassName
{
color: #233F62;
}
</style>
background-color css
<style>
a { background-color: #233F62; }
a { background-color: rgb(35,63,98); }
div.DivClassName
{
background-color: #233F62;
}
.BgClassName
{
background-color: #233F62;
}
</style>
border-color css
<style>
span { border-color: #233F62; }
span { border-color: rgb(35,63,98); }
td.TdClassName
{
border-color: #233F62;
}
.TagClassName
{
border-color: #233F62;
}
</style>