Shades of Catalina Blue #273D58
Tints of Catalina Blue #273D58
RGB
CMYK
RGB Variations
Color information
#273D58 (or 0x273D58) is known color: Catalina Blue. HEX triplet: 27, 3D and 58. RGB value is (39,61,88). Sum of RGB (Red+Green+Blue) = 39+61+88=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #273D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D58 is #D8C2A7. Grayscale: #393939. Windows color (decimal): -14205608 or 5782823. OLE color: 5782823.
HSL color Cylindrical-coordinate representation of color #273D58: hue angle of 213.06º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #273D58 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 61 | 88 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.65 |
| HSL | 213.06º | 0.39% | 0.25% | - |
| HSV(B) | 213.06º | 0.56% | 0.35% | - |
| XYZ | 4.27 | 4.47 | 9.87 | - |
| YUV | 57.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 88 | 0.56 | 0.31 | 0 | 0.65 | 213.06 | 0.39 | 0.25 |
| Hex | 27 | 3D | 58 | 38 | 1F | 0 | 41 | D5 | 27 | 19 |
| Octal | 47 | 75 | 130 | 70 | 37 | 0 | 101 | 325 | 47 | 31 |
| Binary | 100111 | 111101 | 1011000 | 111000 | 11111 | 0 | 1000001 | 11010101 | 100111 | 11001 |
Color Harmonies of #273D58
Complementary color
Monochromatic Colors of #273D58
Black with #273D58
Text Example
Text Example
White with #273D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D58; }
p { color: rgb(39,61,88); }
H1.HeaderClassName
{
color: #273D58;
}
.AnyTagClassName
{
color: #273D58;
}
</style>
background-color css
<style>
a { background-color: #273D58; }
a { background-color: rgb(39,61,88); }
div.DivClassName
{
background-color: #273D58;
}
.BgClassName
{
background-color: #273D58;
}
</style>
border-color css
<style>
span { border-color: #273D58; }
span { border-color: rgb(39,61,88); }
td.TdClassName
{
border-color: #273D58;
}
.TagClassName
{
border-color: #273D58;
}
</style>