Shades of Catalina Blue #233467
Tints of Catalina Blue #233467
RGB
CMYK
RGB Variations
Color information
#233467 (or 0x233467) is known color: Catalina Blue. HEX triplet: 23, 34 and 67. RGB value is (35,52,103). Sum of RGB (Red+Green+Blue) = 35+52+103=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #233467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233467 is #DCCB98. Grayscale: #343434. Windows color (decimal): -14470041 or 6763555. OLE color: 6763555.
HSL color Cylindrical-coordinate representation of color #233467: hue angle of 225º 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 #233467 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 52 | 103 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.60 |
| HSL | 225º | 0.49% | 0.27% | - |
| HSV(B) | 225º | 0.66% | 0.4% | - |
| XYZ | 4.37 | 3.79 | 13.33 | - |
| YUV | 52.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 103 | 0.66 | 0.50 | 0 | 0.60 | 225 | 0.49 | 0.27 |
| Hex | 23 | 34 | 67 | 42 | 32 | 0 | 3C | E1 | 31 | 1B |
| Octal | 43 | 64 | 147 | 102 | 62 | 0 | 74 | 341 | 61 | 33 |
| Binary | 100011 | 110100 | 1100111 | 1000010 | 110010 | 0 | 111100 | 11100001 | 110001 | 11011 |
Color Harmonies of #233467
Complementary color
Monochromatic Colors of #233467
Black with #233467
Text Example
Text Example
White with #233467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233467; }
p { color: rgb(35,52,103); }
H1.HeaderClassName
{
color: #233467;
}
.AnyTagClassName
{
color: #233467;
}
</style>
background-color css
<style>
a { background-color: #233467; }
a { background-color: rgb(35,52,103); }
div.DivClassName
{
background-color: #233467;
}
.BgClassName
{
background-color: #233467;
}
</style>
border-color css
<style>
span { border-color: #233467; }
span { border-color: rgb(35,52,103); }
td.TdClassName
{
border-color: #233467;
}
.TagClassName
{
border-color: #233467;
}
</style>