Shades of Catalina Blue #293F67
Tints of Catalina Blue #293F67
RGB
CMYK
RGB Variations
Color information
#293F67 (or 0x293F67) is known color: Catalina Blue. HEX triplet: 29, 3F and 67. RGB value is (41,63,103). Sum of RGB (Red+Green+Blue) = 41+63+103=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #293F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F67 is #D6C098. Grayscale: #3C3C3C. Windows color (decimal): -14074009 or 6766377. OLE color: 6766377.
HSL color Cylindrical-coordinate representation of color #293F67: hue angle of 218.71º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #293F67 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 63 | 103 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.60 |
| HSL | 218.71º | 0.43% | 0.28% | - |
| HSV(B) | 218.71º | 0.6% | 0.4% | - |
| XYZ | 5.14 | 5.01 | 13.53 | - |
| YUV | 60.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 103 | 0.60 | 0.39 | 0 | 0.60 | 218.71 | 0.43 | 0.28 |
| Hex | 29 | 3F | 67 | 3C | 27 | 0 | 3C | DB | 2B | 1C |
| Octal | 51 | 77 | 147 | 74 | 47 | 0 | 74 | 333 | 53 | 34 |
| Binary | 101001 | 111111 | 1100111 | 111100 | 100111 | 0 | 111100 | 11011011 | 101011 | 11100 |
Color Harmonies of #293F67
Complementary color
Monochromatic Colors of #293F67
Black with #293F67
Text Example
Text Example
White with #293F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F67; }
p { color: rgb(41,63,103); }
H1.HeaderClassName
{
color: #293F67;
}
.AnyTagClassName
{
color: #293F67;
}
</style>
background-color css
<style>
a { background-color: #293F67; }
a { background-color: rgb(41,63,103); }
div.DivClassName
{
background-color: #293F67;
}
.BgClassName
{
background-color: #293F67;
}
</style>
border-color css
<style>
span { border-color: #293F67; }
span { border-color: rgb(41,63,103); }
td.TdClassName
{
border-color: #293F67;
}
.TagClassName
{
border-color: #293F67;
}
</style>