Shades of Catalina Blue #27436C
Tints of Catalina Blue #27436C
RGB
CMYK
RGB Variations
Color information
#27436C (or 0x27436C) is known color: Catalina Blue. HEX triplet: 27, 43 and 6C. RGB value is (39,67,108). Sum of RGB (Red+Green+Blue) = 39+67+108=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #27436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27436C is #D8BC93. Grayscale: #3F3F3F. Windows color (decimal): -14204052 or 7095079. OLE color: 7095079.
HSL color Cylindrical-coordinate representation of color #27436C: hue angle of 215.65º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27436C is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 67 | 108 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.58 |
| HSL | 215.65º | 0.47% | 0.29% | - |
| HSV(B) | 215.65º | 0.64% | 0.42% | - |
| XYZ | 5.55 | 5.53 | 14.96 | - |
| YUV | 63.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 108 | 0.64 | 0.38 | 0 | 0.58 | 215.65 | 0.47 | 0.29 |
| Hex | 27 | 43 | 6C | 40 | 26 | 0 | 3A | D8 | 2F | 1D |
| Octal | 47 | 103 | 154 | 100 | 46 | 0 | 72 | 330 | 57 | 35 |
| Binary | 100111 | 1000011 | 1101100 | 1000000 | 100110 | 0 | 111010 | 11011000 | 101111 | 11101 |
Color Harmonies of #27436C
Complementary color
Monochromatic Colors of #27436C
Black with #27436C
Text Example
Text Example
White with #27436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27436C; }
p { color: rgb(39,67,108); }
H1.HeaderClassName
{
color: #27436C;
}
.AnyTagClassName
{
color: #27436C;
}
</style>
background-color css
<style>
a { background-color: #27436C; }
a { background-color: rgb(39,67,108); }
div.DivClassName
{
background-color: #27436C;
}
.BgClassName
{
background-color: #27436C;
}
</style>
border-color css
<style>
span { border-color: #27436C; }
span { border-color: rgb(39,67,108); }
td.TdClassName
{
border-color: #27436C;
}
.TagClassName
{
border-color: #27436C;
}
</style>