Shades of Catalina Blue #243F6C
Tints of Catalina Blue #243F6C
RGB
CMYK
RGB Variations
Color information
#243F6C (or 0x243F6C) is known color: Catalina Blue. HEX triplet: 24, 3F and 6C. RGB value is (36,63,108). Sum of RGB (Red+Green+Blue) = 36+63+108=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #243F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243F6C is #DBC093. Grayscale: #3B3B3B. Windows color (decimal): -14401684 or 7094052. OLE color: 7094052.
HSL color Cylindrical-coordinate representation of color #243F6C: hue angle of 217.5º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #243F6C is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 63 | 108 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.58 |
| HSL | 217.5º | 0.5% | 0.28% | - |
| HSV(B) | 217.5º | 0.67% | 0.42% | - |
| XYZ | 5.21 | 5.01 | 14.88 | - |
| YUV | 60.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 108 | 0.67 | 0.42 | 0 | 0.58 | 217.5 | 0.5 | 0.28 |
| Hex | 24 | 3F | 6C | 43 | 2A | 0 | 3A | DA | 32 | 1C |
| Octal | 44 | 77 | 154 | 103 | 52 | 0 | 72 | 332 | 62 | 34 |
| Binary | 100100 | 111111 | 1101100 | 1000011 | 101010 | 0 | 111010 | 11011010 | 110010 | 11100 |
Color Harmonies of #243F6C
Complementary color
Monochromatic Colors of #243F6C
Black with #243F6C
Text Example
Text Example
White with #243F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243F6C; }
p { color: rgb(36,63,108); }
H1.HeaderClassName
{
color: #243F6C;
}
.AnyTagClassName
{
color: #243F6C;
}
</style>
background-color css
<style>
a { background-color: #243F6C; }
a { background-color: rgb(36,63,108); }
div.DivClassName
{
background-color: #243F6C;
}
.BgClassName
{
background-color: #243F6C;
}
</style>
border-color css
<style>
span { border-color: #243F6C; }
span { border-color: rgb(36,63,108); }
td.TdClassName
{
border-color: #243F6C;
}
.TagClassName
{
border-color: #243F6C;
}
</style>