Shades of Catalina Blue #263D67
Tints of Catalina Blue #263D67
RGB
CMYK
RGB Variations
Color information
#263D67 (or 0x263D67) is known color: Catalina Blue. HEX triplet: 26, 3D and 67. RGB value is (38,61,103). Sum of RGB (Red+Green+Blue) = 38+61+103=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #263D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D67 is #D9C298. Grayscale: #3A3A3A. Windows color (decimal): -14271129 or 6765862. OLE color: 6765862.
HSL color Cylindrical-coordinate representation of color #263D67: hue angle of 218.77º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263D67 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 61 | 103 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.60 |
| HSL | 218.77º | 0.46% | 0.28% | - |
| HSV(B) | 218.77º | 0.63% | 0.4% | - |
| XYZ | 4.92 | 4.73 | 13.49 | - |
| YUV | 58.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 103 | 0.63 | 0.41 | 0 | 0.60 | 218.77 | 0.46 | 0.28 |
| Hex | 26 | 3D | 67 | 3F | 29 | 0 | 3C | DB | 2E | 1C |
| Octal | 46 | 75 | 147 | 77 | 51 | 0 | 74 | 333 | 56 | 34 |
| Binary | 100110 | 111101 | 1100111 | 111111 | 101001 | 0 | 111100 | 11011011 | 101110 | 11100 |
Color Harmonies of #263D67
Complementary color
Monochromatic Colors of #263D67
Black with #263D67
Text Example
Text Example
White with #263D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D67; }
p { color: rgb(38,61,103); }
H1.HeaderClassName
{
color: #263D67;
}
.AnyTagClassName
{
color: #263D67;
}
</style>
background-color css
<style>
a { background-color: #263D67; }
a { background-color: rgb(38,61,103); }
div.DivClassName
{
background-color: #263D67;
}
.BgClassName
{
background-color: #263D67;
}
</style>
border-color css
<style>
span { border-color: #263D67; }
span { border-color: rgb(38,61,103); }
td.TdClassName
{
border-color: #263D67;
}
.TagClassName
{
border-color: #263D67;
}
</style>