Shades of Catalina Blue #274360
Tints of Catalina Blue #274360
RGB
CMYK
RGB Variations
Color information
#274360 (or 0x274360) is known color: Catalina Blue. HEX triplet: 27, 43 and 60. RGB value is (39,67,96). Sum of RGB (Red+Green+Blue) = 39+67+96=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #274360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274360 is #D8BC9F. Grayscale: #3D3D3D. Windows color (decimal): -14204064 or 6308647. OLE color: 6308647.
HSL color Cylindrical-coordinate representation of color #274360: hue angle of 210.53º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #274360 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 67 | 96 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.62 |
| HSL | 210.53º | 0.42% | 0.26% | - |
| HSV(B) | 210.53º | 0.59% | 0.38% | - |
| XYZ | 4.96 | 5.29 | 11.83 | - |
| YUV | 61.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 96 | 0.59 | 0.30 | 0 | 0.62 | 210.53 | 0.42 | 0.26 |
| Hex | 27 | 43 | 60 | 3B | 1E | 0 | 3E | D3 | 2A | 1A |
| Octal | 47 | 103 | 140 | 73 | 36 | 0 | 76 | 323 | 52 | 32 |
| Binary | 100111 | 1000011 | 1100000 | 111011 | 11110 | 0 | 111110 | 11010011 | 101010 | 11010 |
Color Harmonies of #274360
Complementary color
Monochromatic Colors of #274360
Black with #274360
Text Example
Text Example
White with #274360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274360; }
p { color: rgb(39,67,96); }
H1.HeaderClassName
{
color: #274360;
}
.AnyTagClassName
{
color: #274360;
}
</style>
background-color css
<style>
a { background-color: #274360; }
a { background-color: rgb(39,67,96); }
div.DivClassName
{
background-color: #274360;
}
.BgClassName
{
background-color: #274360;
}
</style>
border-color css
<style>
span { border-color: #274360; }
span { border-color: rgb(39,67,96); }
td.TdClassName
{
border-color: #274360;
}
.TagClassName
{
border-color: #274360;
}
</style>