Shades of Catalina Blue #234365
Tints of Catalina Blue #234365
RGB
CMYK
RGB Variations
Color information
#234365 (or 0x234365) is known color: Catalina Blue. HEX triplet: 23, 43 and 65. RGB value is (35,67,101). Sum of RGB (Red+Green+Blue) = 35+67+101=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #234365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234365 is #DCBC9A. Grayscale: #3D3D3D. Windows color (decimal): -14466203 or 6636323. OLE color: 6636323.
HSL color Cylindrical-coordinate representation of color #234365: hue angle of 210.91º 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 #234365 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 67 | 101 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.60 |
| HSL | 210.91º | 0.49% | 0.27% | - |
| HSV(B) | 210.91º | 0.65% | 0.4% | - |
| XYZ | 5.05 | 5.31 | 13.07 | - |
| YUV | 61.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 101 | 0.65 | 0.34 | 0 | 0.60 | 210.91 | 0.49 | 0.27 |
| Hex | 23 | 43 | 65 | 41 | 22 | 0 | 3C | D3 | 31 | 1B |
| Octal | 43 | 103 | 145 | 101 | 42 | 0 | 74 | 323 | 61 | 33 |
| Binary | 100011 | 1000011 | 1100101 | 1000001 | 100010 | 0 | 111100 | 11010011 | 110001 | 11011 |
Color Harmonies of #234365
Complementary color
Monochromatic Colors of #234365
Black with #234365
Text Example
Text Example
White with #234365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234365; }
p { color: rgb(35,67,101); }
H1.HeaderClassName
{
color: #234365;
}
.AnyTagClassName
{
color: #234365;
}
</style>
background-color css
<style>
a { background-color: #234365; }
a { background-color: rgb(35,67,101); }
div.DivClassName
{
background-color: #234365;
}
.BgClassName
{
background-color: #234365;
}
</style>
border-color css
<style>
span { border-color: #234365; }
span { border-color: rgb(35,67,101); }
td.TdClassName
{
border-color: #234365;
}
.TagClassName
{
border-color: #234365;
}
</style>