Shades of Catalina Blue #233465
Tints of Catalina Blue #233465
RGB
CMYK
RGB Variations
Color information
#233465 (or 0x233465) is known color: Catalina Blue. HEX triplet: 23, 34 and 65. RGB value is (35,52,101). Sum of RGB (Red+Green+Blue) = 35+52+101=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #233465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233465 is #DCCB9A. Grayscale: #343434. Windows color (decimal): -14470043 or 6632483. OLE color: 6632483.
HSL color Cylindrical-coordinate representation of color #233465: hue angle of 224.55º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233465 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 52 | 101 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.60 |
| HSL | 224.55º | 0.49% | 0.27% | - |
| HSV(B) | 224.55º | 0.65% | 0.4% | - |
| XYZ | 4.27 | 3.75 | 12.81 | - |
| YUV | 52.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 101 | 0.65 | 0.49 | 0 | 0.60 | 224.55 | 0.49 | 0.27 |
| Hex | 23 | 34 | 65 | 41 | 31 | 0 | 3C | E1 | 31 | 1B |
| Octal | 43 | 64 | 145 | 101 | 61 | 0 | 74 | 341 | 61 | 33 |
| Binary | 100011 | 110100 | 1100101 | 1000001 | 110001 | 0 | 111100 | 11100001 | 110001 | 11011 |
Color Harmonies of #233465
Complementary color
Monochromatic Colors of #233465
Black with #233465
Text Example
Text Example
White with #233465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233465; }
p { color: rgb(35,52,101); }
H1.HeaderClassName
{
color: #233465;
}
.AnyTagClassName
{
color: #233465;
}
</style>
background-color css
<style>
a { background-color: #233465; }
a { background-color: rgb(35,52,101); }
div.DivClassName
{
background-color: #233465;
}
.BgClassName
{
background-color: #233465;
}
</style>
border-color css
<style>
span { border-color: #233465; }
span { border-color: rgb(35,52,101); }
td.TdClassName
{
border-color: #233465;
}
.TagClassName
{
border-color: #233465;
}
</style>