Shades of Catalina Blue #243455
Tints of Catalina Blue #243455
RGB
CMYK
RGB Variations
Color information
#243455 (or 0x243455) is known color: Catalina Blue. HEX triplet: 24, 34 and 55. RGB value is (36,52,85). Sum of RGB (Red+Green+Blue) = 36+52+85=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #243455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243455 is #DBCBAA. Grayscale: #323232. Windows color (decimal): -14404523 or 5583908. OLE color: 5583908.
HSL color Cylindrical-coordinate representation of color #243455: hue angle of 220.41º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #243455 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 52 | 85 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.67 |
| HSL | 220.41º | 0.4% | 0.24% | - |
| HSV(B) | 220.41º | 0.58% | 0.33% | - |
| XYZ | 3.6 | 3.49 | 9.08 | - |
| YUV | 50.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 85 | 0.58 | 0.39 | 0 | 0.67 | 220.41 | 0.4 | 0.24 |
| Hex | 24 | 34 | 55 | 3A | 27 | 0 | 43 | DC | 28 | 18 |
| Octal | 44 | 64 | 125 | 72 | 47 | 0 | 103 | 334 | 50 | 30 |
| Binary | 100100 | 110100 | 1010101 | 111010 | 100111 | 0 | 1000011 | 11011100 | 101000 | 11000 |
Color Harmonies of #243455
Complementary color
Monochromatic Colors of #243455
Black with #243455
Text Example
Text Example
White with #243455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243455; }
p { color: rgb(36,52,85); }
H1.HeaderClassName
{
color: #243455;
}
.AnyTagClassName
{
color: #243455;
}
</style>
background-color css
<style>
a { background-color: #243455; }
a { background-color: rgb(36,52,85); }
div.DivClassName
{
background-color: #243455;
}
.BgClassName
{
background-color: #243455;
}
</style>
border-color css
<style>
span { border-color: #243455; }
span { border-color: rgb(36,52,85); }
td.TdClassName
{
border-color: #243455;
}
.TagClassName
{
border-color: #243455;
}
</style>