Shades of Catalina Blue #263D55
Tints of Catalina Blue #263D55
RGB
CMYK
RGB Variations
Color information
#263D55 (or 0x263D55) is known color: Catalina Blue. HEX triplet: 26, 3D and 55. RGB value is (38,61,85). Sum of RGB (Red+Green+Blue) = 38+61+85=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #263D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D55 is #D9C2AA. Grayscale: #383838. Windows color (decimal): -14271147 or 5586214. OLE color: 5586214.
HSL color Cylindrical-coordinate representation of color #263D55: hue angle of 210.64º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263D55 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 61 | 85 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.67 |
| HSL | 210.64º | 0.38% | 0.24% | - |
| HSV(B) | 210.64º | 0.55% | 0.33% | - |
| XYZ | 4.11 | 4.41 | 9.23 | - |
| YUV | 56.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 85 | 0.55 | 0.28 | 0 | 0.67 | 210.64 | 0.38 | 0.24 |
| Hex | 26 | 3D | 55 | 37 | 1C | 0 | 43 | D3 | 26 | 18 |
| Octal | 46 | 75 | 125 | 67 | 34 | 0 | 103 | 323 | 46 | 30 |
| Binary | 100110 | 111101 | 1010101 | 110111 | 11100 | 0 | 1000011 | 11010011 | 100110 | 11000 |
Color Harmonies of #263D55
Complementary color
Monochromatic Colors of #263D55
Black with #263D55
Text Example
Text Example
White with #263D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D55; }
p { color: rgb(38,61,85); }
H1.HeaderClassName
{
color: #263D55;
}
.AnyTagClassName
{
color: #263D55;
}
</style>
background-color css
<style>
a { background-color: #263D55; }
a { background-color: rgb(38,61,85); }
div.DivClassName
{
background-color: #263D55;
}
.BgClassName
{
background-color: #263D55;
}
</style>
border-color css
<style>
span { border-color: #263D55; }
span { border-color: rgb(38,61,85); }
td.TdClassName
{
border-color: #263D55;
}
.TagClassName
{
border-color: #263D55;
}
</style>