Shades of Catalina Blue #243261
Tints of Catalina Blue #243261
RGB
CMYK
RGB Variations
Color information
#243261 (or 0x243261) is known color: Catalina Blue. HEX triplet: 24, 32 and 61. RGB value is (36,50,97). Sum of RGB (Red+Green+Blue) = 36+50+97=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #243261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243261 is #DBCD9E. Grayscale: #323232. Windows color (decimal): -14405023 or 6369828. OLE color: 6369828.
HSL color Cylindrical-coordinate representation of color #243261: hue angle of 226.23º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #243261 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 50 | 97 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.62 |
| HSL | 226.23º | 0.46% | 0.26% | - |
| HSV(B) | 226.23º | 0.63% | 0.38% | - |
| XYZ | 4.03 | 3.52 | 11.78 | - |
| YUV | 51.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 97 | 0.63 | 0.48 | 0 | 0.62 | 226.23 | 0.46 | 0.26 |
| Hex | 24 | 32 | 61 | 3F | 30 | 0 | 3E | E2 | 2E | 1A |
| Octal | 44 | 62 | 141 | 77 | 60 | 0 | 76 | 342 | 56 | 32 |
| Binary | 100100 | 110010 | 1100001 | 111111 | 110000 | 0 | 111110 | 11100010 | 101110 | 11010 |
Color Harmonies of #243261
Complementary color
Monochromatic Colors of #243261
Black with #243261
Text Example
Text Example
White with #243261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243261; }
p { color: rgb(36,50,97); }
H1.HeaderClassName
{
color: #243261;
}
.AnyTagClassName
{
color: #243261;
}
</style>
background-color css
<style>
a { background-color: #243261; }
a { background-color: rgb(36,50,97); }
div.DivClassName
{
background-color: #243261;
}
.BgClassName
{
background-color: #243261;
}
</style>
border-color css
<style>
span { border-color: #243261; }
span { border-color: rgb(36,50,97); }
td.TdClassName
{
border-color: #243261;
}
.TagClassName
{
border-color: #243261;
}
</style>