Shades of Catalina Blue #274367
Tints of Catalina Blue #274367
RGB
CMYK
RGB Variations
Color information
#274367 (or 0x274367) is known color: Catalina Blue. HEX triplet: 27, 43 and 67. RGB value is (39,67,103). Sum of RGB (Red+Green+Blue) = 39+67+103=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #274367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274367 is #D8BC98. Grayscale: #3E3E3E. Windows color (decimal): -14204057 or 6767399. OLE color: 6767399.
HSL color Cylindrical-coordinate representation of color #274367: hue angle of 213.75º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274367 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 67 | 103 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.60 |
| HSL | 213.75º | 0.45% | 0.28% | - |
| HSV(B) | 213.75º | 0.62% | 0.4% | - |
| XYZ | 5.29 | 5.42 | 13.6 | - |
| YUV | 62.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 103 | 0.62 | 0.35 | 0 | 0.60 | 213.75 | 0.45 | 0.28 |
| Hex | 27 | 43 | 67 | 3E | 23 | 0 | 3C | D6 | 2D | 1C |
| Octal | 47 | 103 | 147 | 76 | 43 | 0 | 74 | 326 | 55 | 34 |
| Binary | 100111 | 1000011 | 1100111 | 111110 | 100011 | 0 | 111100 | 11010110 | 101101 | 11100 |
Color Harmonies of #274367
Complementary color
Monochromatic Colors of #274367
Black with #274367
Text Example
Text Example
White with #274367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274367; }
p { color: rgb(39,67,103); }
H1.HeaderClassName
{
color: #274367;
}
.AnyTagClassName
{
color: #274367;
}
</style>
background-color css
<style>
a { background-color: #274367; }
a { background-color: rgb(39,67,103); }
div.DivClassName
{
background-color: #274367;
}
.BgClassName
{
background-color: #274367;
}
</style>
border-color css
<style>
span { border-color: #274367; }
span { border-color: rgb(39,67,103); }
td.TdClassName
{
border-color: #274367;
}
.TagClassName
{
border-color: #274367;
}
</style>