Shades of Catalina Blue #233F6C
Tints of Catalina Blue #233F6C
RGB
CMYK
RGB Variations
Color information
#233F6C (or 0x233F6C) is known color: Catalina Blue. HEX triplet: 23, 3F and 6C. RGB value is (35,63,108). Sum of RGB (Red+Green+Blue) = 35+63+108=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #233F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F6C is #DCC093. Grayscale: #3B3B3B. Windows color (decimal): -14467220 or 7094051. OLE color: 7094051.
HSL color Cylindrical-coordinate representation of color #233F6C: hue angle of 216.99º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #233F6C is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 63 | 108 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.58 |
| HSL | 216.99º | 0.51% | 0.28% | - |
| HSV(B) | 216.99º | 0.68% | 0.42% | - |
| XYZ | 5.18 | 5 | 14.88 | - |
| YUV | 59.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 108 | 0.68 | 0.42 | 0 | 0.58 | 216.99 | 0.51 | 0.28 |
| Hex | 23 | 3F | 6C | 44 | 2A | 0 | 3A | D9 | 33 | 1C |
| Octal | 43 | 77 | 154 | 104 | 52 | 0 | 72 | 331 | 63 | 34 |
| Binary | 100011 | 111111 | 1101100 | 1000100 | 101010 | 0 | 111010 | 11011001 | 110011 | 11100 |
Color Harmonies of #233F6C
Complementary color
Monochromatic Colors of #233F6C
Black with #233F6C
Text Example
Text Example
White with #233F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F6C; }
p { color: rgb(35,63,108); }
H1.HeaderClassName
{
color: #233F6C;
}
.AnyTagClassName
{
color: #233F6C;
}
</style>
background-color css
<style>
a { background-color: #233F6C; }
a { background-color: rgb(35,63,108); }
div.DivClassName
{
background-color: #233F6C;
}
.BgClassName
{
background-color: #233F6C;
}
</style>
border-color css
<style>
span { border-color: #233F6C; }
span { border-color: rgb(35,63,108); }
td.TdClassName
{
border-color: #233F6C;
}
.TagClassName
{
border-color: #233F6C;
}
</style>