Shades of Catalina Blue #263D5D
Tints of Catalina Blue #263D5D
RGB
CMYK
RGB Variations
Color information
#263D5D (or 0x263D5D) is known color: Catalina Blue. HEX triplet: 26, 3D and 5D. RGB value is (38,61,93). Sum of RGB (Red+Green+Blue) = 38+61+93=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #263D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D5D is #D9C2A2. Grayscale: #393939. Windows color (decimal): -14271139 or 6110502. OLE color: 6110502.
HSL color Cylindrical-coordinate representation of color #263D5D: hue angle of 214.91º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #263D5D is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 61 | 93 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.64 |
| HSL | 214.91º | 0.42% | 0.26% | - |
| HSV(B) | 214.91º | 0.59% | 0.36% | - |
| XYZ | 4.44 | 4.54 | 11 | - |
| YUV | 57.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 93 | 0.59 | 0.34 | 0 | 0.64 | 214.91 | 0.42 | 0.26 |
| Hex | 26 | 3D | 5D | 3B | 22 | 0 | 40 | D7 | 2A | 1A |
| Octal | 46 | 75 | 135 | 73 | 42 | 0 | 100 | 327 | 52 | 32 |
| Binary | 100110 | 111101 | 1011101 | 111011 | 100010 | 0 | 1000000 | 11010111 | 101010 | 11010 |
Color Harmonies of #263D5D
Complementary color
Monochromatic Colors of #263D5D
Black with #263D5D
Text Example
Text Example
White with #263D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D5D; }
p { color: rgb(38,61,93); }
H1.HeaderClassName
{
color: #263D5D;
}
.AnyTagClassName
{
color: #263D5D;
}
</style>
background-color css
<style>
a { background-color: #263D5D; }
a { background-color: rgb(38,61,93); }
div.DivClassName
{
background-color: #263D5D;
}
.BgClassName
{
background-color: #263D5D;
}
</style>
border-color css
<style>
span { border-color: #263D5D; }
span { border-color: rgb(38,61,93); }
td.TdClassName
{
border-color: #263D5D;
}
.TagClassName
{
border-color: #263D5D;
}
</style>