Shades of Catalina Blue #233666
Tints of Catalina Blue #233666
RGB
CMYK
RGB Variations
Color information
#233666 (or 0x233666) is known color: Catalina Blue. HEX triplet: 23, 36 and 66. RGB value is (35,54,102). Sum of RGB (Red+Green+Blue) = 35+54+102=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #233666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233666 is #DCC999. Grayscale: #353535. Windows color (decimal): -14469530 or 6698531. OLE color: 6698531.
HSL color Cylindrical-coordinate representation of color #233666: hue angle of 222.99º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233666 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 54 | 102 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.6 |
| HSL | 222.99º | 0.49% | 0.27% | - |
| HSV(B) | 222.99º | 0.66% | 0.4% | - |
| XYZ | 4.41 | 3.95 | 13.1 | - |
| YUV | 53.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 102 | 0.66 | 0.47 | 0 | 0.6 | 222.99 | 0.49 | 0.27 |
| Hex | 23 | 36 | 66 | 42 | 2F | 0 | 3C | DF | 31 | 1B |
| Octal | 43 | 66 | 146 | 102 | 57 | 0 | 74 | 337 | 61 | 33 |
| Binary | 100011 | 110110 | 1100110 | 1000010 | 101111 | 0 | 111100 | 11011111 | 110001 | 11011 |
Color Harmonies of #233666
Complementary color
Monochromatic Colors of #233666
Black with #233666
Text Example
Text Example
White with #233666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233666; }
p { color: rgb(35,54,102); }
H1.HeaderClassName
{
color: #233666;
}
.AnyTagClassName
{
color: #233666;
}
</style>
background-color css
<style>
a { background-color: #233666; }
a { background-color: rgb(35,54,102); }
div.DivClassName
{
background-color: #233666;
}
.BgClassName
{
background-color: #233666;
}
</style>
border-color css
<style>
span { border-color: #233666; }
span { border-color: rgb(35,54,102); }
td.TdClassName
{
border-color: #233666;
}
.TagClassName
{
border-color: #233666;
}
</style>