Shades of Catalina Blue #234467
Tints of Catalina Blue #234467
RGB
CMYK
RGB Variations
Color information
#234467 (or 0x234467) is known color: Catalina Blue. HEX triplet: 23, 44 and 67. RGB value is (35,68,103). Sum of RGB (Red+Green+Blue) = 35+68+103=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #234467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234467 is #DCBB98. Grayscale: #3D3D3D. Windows color (decimal): -14465945 or 6767651. OLE color: 6767651.
HSL color Cylindrical-coordinate representation of color #234467: hue angle of 210.88º 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 #234467 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 68 | 103 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.60 |
| HSL | 210.88º | 0.49% | 0.27% | - |
| HSV(B) | 210.88º | 0.66% | 0.4% | - |
| XYZ | 5.21 | 5.47 | 13.61 | - |
| YUV | 62.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 103 | 0.66 | 0.34 | 0 | 0.60 | 210.88 | 0.49 | 0.27 |
| Hex | 23 | 44 | 67 | 42 | 22 | 0 | 3C | D3 | 31 | 1B |
| Octal | 43 | 104 | 147 | 102 | 42 | 0 | 74 | 323 | 61 | 33 |
| Binary | 100011 | 1000100 | 1100111 | 1000010 | 100010 | 0 | 111100 | 11010011 | 110001 | 11011 |
Color Harmonies of #234467
Complementary color
Monochromatic Colors of #234467
Black with #234467
Text Example
Text Example
White with #234467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234467; }
p { color: rgb(35,68,103); }
H1.HeaderClassName
{
color: #234467;
}
.AnyTagClassName
{
color: #234467;
}
</style>
background-color css
<style>
a { background-color: #234467; }
a { background-color: rgb(35,68,103); }
div.DivClassName
{
background-color: #234467;
}
.BgClassName
{
background-color: #234467;
}
</style>
border-color css
<style>
span { border-color: #234467; }
span { border-color: rgb(35,68,103); }
td.TdClassName
{
border-color: #234467;
}
.TagClassName
{
border-color: #234467;
}
</style>