Shades of Catalina Blue #263D57
Tints of Catalina Blue #263D57
RGB
CMYK
RGB Variations
Color information
#263D57 (or 0x263D57) is known color: Catalina Blue. HEX triplet: 26, 3D and 57. RGB value is (38,61,87). Sum of RGB (Red+Green+Blue) = 38+61+87=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #263D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D57 is #D9C2A8. Grayscale: #383838. Windows color (decimal): -14271145 or 5717286. OLE color: 5717286.
HSL color Cylindrical-coordinate representation of color #263D57: hue angle of 211.84º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #263D57 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 61 | 87 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.66 |
| HSL | 211.84º | 0.39% | 0.25% | - |
| HSV(B) | 211.84º | 0.56% | 0.34% | - |
| XYZ | 4.19 | 4.44 | 9.65 | - |
| YUV | 57.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 87 | 0.56 | 0.30 | 0 | 0.66 | 211.84 | 0.39 | 0.25 |
| Hex | 26 | 3D | 57 | 38 | 1E | 0 | 42 | D4 | 27 | 19 |
| Octal | 46 | 75 | 127 | 70 | 36 | 0 | 102 | 324 | 47 | 31 |
| Binary | 100110 | 111101 | 1010111 | 111000 | 11110 | 0 | 1000010 | 11010100 | 100111 | 11001 |
Color Harmonies of #263D57
Complementary color
Monochromatic Colors of #263D57
Black with #263D57
Text Example
Text Example
White with #263D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D57; }
p { color: rgb(38,61,87); }
H1.HeaderClassName
{
color: #263D57;
}
.AnyTagClassName
{
color: #263D57;
}
</style>
background-color css
<style>
a { background-color: #263D57; }
a { background-color: rgb(38,61,87); }
div.DivClassName
{
background-color: #263D57;
}
.BgClassName
{
background-color: #263D57;
}
</style>
border-color css
<style>
span { border-color: #263D57; }
span { border-color: rgb(38,61,87); }
td.TdClassName
{
border-color: #263D57;
}
.TagClassName
{
border-color: #263D57;
}
</style>