Shades of Catalina Blue #274368
Tints of Catalina Blue #274368
RGB
CMYK
RGB Variations
Color information
#274368 (or 0x274368) is known color: Catalina Blue. HEX triplet: 27, 43 and 68. RGB value is (39,67,104). Sum of RGB (Red+Green+Blue) = 39+67+104=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #274368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274368 is #D8BC97. Grayscale: #3E3E3E. Windows color (decimal): -14204056 or 6832935. OLE color: 6832935.
HSL color Cylindrical-coordinate representation of color #274368: hue angle of 214.15º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274368 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 67 | 104 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.59 |
| HSL | 214.15º | 0.45% | 0.28% | - |
| HSV(B) | 214.15º | 0.63% | 0.41% | - |
| XYZ | 5.34 | 5.45 | 13.87 | - |
| YUV | 62.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 104 | 0.62 | 0.36 | 0 | 0.59 | 214.15 | 0.45 | 0.28 |
| Hex | 27 | 43 | 68 | 3E | 24 | 0 | 3B | D6 | 2D | 1C |
| Octal | 47 | 103 | 150 | 76 | 44 | 0 | 73 | 326 | 55 | 34 |
| Binary | 100111 | 1000011 | 1101000 | 111110 | 100100 | 0 | 111011 | 11010110 | 101101 | 11100 |
Color Harmonies of #274368
Complementary color
Monochromatic Colors of #274368
Black with #274368
Text Example
Text Example
White with #274368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274368; }
p { color: rgb(39,67,104); }
H1.HeaderClassName
{
color: #274368;
}
.AnyTagClassName
{
color: #274368;
}
</style>
background-color css
<style>
a { background-color: #274368; }
a { background-color: rgb(39,67,104); }
div.DivClassName
{
background-color: #274368;
}
.BgClassName
{
background-color: #274368;
}
</style>
border-color css
<style>
span { border-color: #274368; }
span { border-color: rgb(39,67,104); }
td.TdClassName
{
border-color: #274368;
}
.TagClassName
{
border-color: #274368;
}
</style>