Shades of Catalina Blue #234166
Tints of Catalina Blue #234166
RGB
CMYK
RGB Variations
Color information
#234166 (or 0x234166) is known color: Catalina Blue. HEX triplet: 23, 41 and 66. RGB value is (35,65,102). Sum of RGB (Red+Green+Blue) = 35+65+102=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #234166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234166 is #DCBE99. Grayscale: #3C3C3C. Windows color (decimal): -14466714 or 6701347. OLE color: 6701347.
HSL color Cylindrical-coordinate representation of color #234166: hue angle of 213.13º 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 #234166 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 65 | 102 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.6 |
| HSL | 213.13º | 0.49% | 0.27% | - |
| HSV(B) | 213.13º | 0.66% | 0.4% | - |
| XYZ | 4.98 | 5.1 | 13.29 | - |
| YUV | 60.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 102 | 0.66 | 0.36 | 0 | 0.6 | 213.13 | 0.49 | 0.27 |
| Hex | 23 | 41 | 66 | 42 | 24 | 0 | 3C | D5 | 31 | 1B |
| Octal | 43 | 101 | 146 | 102 | 44 | 0 | 74 | 325 | 61 | 33 |
| Binary | 100011 | 1000001 | 1100110 | 1000010 | 100100 | 0 | 111100 | 11010101 | 110001 | 11011 |
Color Harmonies of #234166
Complementary color
Monochromatic Colors of #234166
Black with #234166
Text Example
Text Example
White with #234166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234166; }
p { color: rgb(35,65,102); }
H1.HeaderClassName
{
color: #234166;
}
.AnyTagClassName
{
color: #234166;
}
</style>
background-color css
<style>
a { background-color: #234166; }
a { background-color: rgb(35,65,102); }
div.DivClassName
{
background-color: #234166;
}
.BgClassName
{
background-color: #234166;
}
</style>
border-color css
<style>
span { border-color: #234166; }
span { border-color: rgb(35,65,102); }
td.TdClassName
{
border-color: #234166;
}
.TagClassName
{
border-color: #234166;
}
</style>