Shades of Catalina Blue #234369
Tints of Catalina Blue #234369
RGB
CMYK
RGB Variations
Color information
#234369 (or 0x234369) is known color: Catalina Blue. HEX triplet: 23, 43 and 69. RGB value is (35,67,105). Sum of RGB (Red+Green+Blue) = 35+67+105=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #234369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234369 is #DCBC96. Grayscale: #3D3D3D. Windows color (decimal): -14466199 or 6898467. OLE color: 6898467.
HSL color Cylindrical-coordinate representation of color #234369: hue angle of 212.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #234369 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 67 | 105 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.59 |
| HSL | 212.57º | 0.5% | 0.27% | - |
| HSV(B) | 212.57º | 0.67% | 0.41% | - |
| XYZ | 5.25 | 5.39 | 14.13 | - |
| YUV | 61.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 105 | 0.67 | 0.36 | 0 | 0.59 | 212.57 | 0.5 | 0.27 |
| Hex | 23 | 43 | 69 | 43 | 24 | 0 | 3B | D5 | 32 | 1B |
| Octal | 43 | 103 | 151 | 103 | 44 | 0 | 73 | 325 | 62 | 33 |
| Binary | 100011 | 1000011 | 1101001 | 1000011 | 100100 | 0 | 111011 | 11010101 | 110010 | 11011 |
Color Harmonies of #234369
Complementary color
Monochromatic Colors of #234369
Black with #234369
Text Example
Text Example
White with #234369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234369; }
p { color: rgb(35,67,105); }
H1.HeaderClassName
{
color: #234369;
}
.AnyTagClassName
{
color: #234369;
}
</style>
background-color css
<style>
a { background-color: #234369; }
a { background-color: rgb(35,67,105); }
div.DivClassName
{
background-color: #234369;
}
.BgClassName
{
background-color: #234369;
}
</style>
border-color css
<style>
span { border-color: #234369; }
span { border-color: rgb(35,67,105); }
td.TdClassName
{
border-color: #234369;
}
.TagClassName
{
border-color: #234369;
}
</style>