Shades of Catalina Blue #233F68
Tints of Catalina Blue #233F68
RGB
CMYK
RGB Variations
Color information
#233F68 (or 0x233F68) is known color: Catalina Blue. HEX triplet: 23, 3F and 68. RGB value is (35,63,104). Sum of RGB (Red+Green+Blue) = 35+63+104=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #233F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F68 is #DCC097. Grayscale: #3B3B3B. Windows color (decimal): -14467224 or 6831907. OLE color: 6831907.
HSL color Cylindrical-coordinate representation of color #233F68: hue angle of 215.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233F68 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 63 | 104 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.59 |
| HSL | 215.65º | 0.5% | 0.27% | - |
| HSV(B) | 215.65º | 0.66% | 0.41% | - |
| XYZ | 4.97 | 4.91 | 13.78 | - |
| YUV | 59.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 104 | 0.66 | 0.39 | 0 | 0.59 | 215.65 | 0.5 | 0.27 |
| Hex | 23 | 3F | 68 | 42 | 27 | 0 | 3B | D8 | 32 | 1B |
| Octal | 43 | 77 | 150 | 102 | 47 | 0 | 73 | 330 | 62 | 33 |
| Binary | 100011 | 111111 | 1101000 | 1000010 | 100111 | 0 | 111011 | 11011000 | 110010 | 11011 |
Color Harmonies of #233F68
Complementary color
Monochromatic Colors of #233F68
Black with #233F68
Text Example
Text Example
White with #233F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F68; }
p { color: rgb(35,63,104); }
H1.HeaderClassName
{
color: #233F68;
}
.AnyTagClassName
{
color: #233F68;
}
</style>
background-color css
<style>
a { background-color: #233F68; }
a { background-color: rgb(35,63,104); }
div.DivClassName
{
background-color: #233F68;
}
.BgClassName
{
background-color: #233F68;
}
</style>
border-color css
<style>
span { border-color: #233F68; }
span { border-color: rgb(35,63,104); }
td.TdClassName
{
border-color: #233F68;
}
.TagClassName
{
border-color: #233F68;
}
</style>