Shades of Catalina Blue #293F64
Tints of Catalina Blue #293F64
RGB
CMYK
RGB Variations
Color information
#293F64 (or 0x293F64) is known color: Catalina Blue. HEX triplet: 29, 3F and 64. RGB value is (41,63,100). Sum of RGB (Red+Green+Blue) = 41+63+100=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #293F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F64 is #D6C09B. Grayscale: #3C3C3C. Windows color (decimal): -14074012 or 6569769. OLE color: 6569769.
HSL color Cylindrical-coordinate representation of color #293F64: hue angle of 217.63º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293F64 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 63 | 100 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.61 |
| HSL | 217.63º | 0.42% | 0.28% | - |
| HSV(B) | 217.63º | 0.59% | 0.39% | - |
| XYZ | 4.99 | 4.95 | 12.75 | - |
| YUV | 60.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 100 | 0.59 | 0.37 | 0 | 0.61 | 217.63 | 0.42 | 0.28 |
| Hex | 29 | 3F | 64 | 3B | 25 | 0 | 3D | DA | 2A | 1C |
| Octal | 51 | 77 | 144 | 73 | 45 | 0 | 75 | 332 | 52 | 34 |
| Binary | 101001 | 111111 | 1100100 | 111011 | 100101 | 0 | 111101 | 11011010 | 101010 | 11100 |
Color Harmonies of #293F64
Complementary color
Monochromatic Colors of #293F64
Black with #293F64
Text Example
Text Example
White with #293F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F64; }
p { color: rgb(41,63,100); }
H1.HeaderClassName
{
color: #293F64;
}
.AnyTagClassName
{
color: #293F64;
}
</style>
background-color css
<style>
a { background-color: #293F64; }
a { background-color: rgb(41,63,100); }
div.DivClassName
{
background-color: #293F64;
}
.BgClassName
{
background-color: #293F64;
}
</style>
border-color css
<style>
span { border-color: #293F64; }
span { border-color: rgb(41,63,100); }
td.TdClassName
{
border-color: #293F64;
}
.TagClassName
{
border-color: #293F64;
}
</style>