Shades of Catalina Blue #273964
Tints of Catalina Blue #273964
RGB
CMYK
RGB Variations
Color information
#273964 (or 0x273964) is known color: Catalina Blue. HEX triplet: 27, 39 and 64. RGB value is (39,57,100). Sum of RGB (Red+Green+Blue) = 39+57+100=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #273964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273964 is #D8C69B. Grayscale: #383838. Windows color (decimal): -14206620 or 6568231. OLE color: 6568231.
HSL color Cylindrical-coordinate representation of color #273964: hue angle of 222.3º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273964 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 57 | 100 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.61 |
| HSL | 222.3º | 0.44% | 0.27% | - |
| HSV(B) | 222.3º | 0.61% | 0.39% | - |
| XYZ | 4.6 | 4.28 | 12.64 | - |
| YUV | 56.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 100 | 0.61 | 0.43 | 0 | 0.61 | 222.3 | 0.44 | 0.27 |
| Hex | 27 | 39 | 64 | 3D | 2B | 0 | 3D | DE | 2C | 1B |
| Octal | 47 | 71 | 144 | 75 | 53 | 0 | 75 | 336 | 54 | 33 |
| Binary | 100111 | 111001 | 1100100 | 111101 | 101011 | 0 | 111101 | 11011110 | 101100 | 11011 |
Color Harmonies of #273964
Complementary color
Monochromatic Colors of #273964
Black with #273964
Text Example
Text Example
White with #273964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273964; }
p { color: rgb(39,57,100); }
H1.HeaderClassName
{
color: #273964;
}
.AnyTagClassName
{
color: #273964;
}
</style>
background-color css
<style>
a { background-color: #273964; }
a { background-color: rgb(39,57,100); }
div.DivClassName
{
background-color: #273964;
}
.BgClassName
{
background-color: #273964;
}
</style>
border-color css
<style>
span { border-color: #273964; }
span { border-color: rgb(39,57,100); }
td.TdClassName
{
border-color: #273964;
}
.TagClassName
{
border-color: #273964;
}
</style>