Shades of Catalina Blue #263F5C
Tints of Catalina Blue #263F5C
RGB
CMYK
RGB Variations
Color information
#263F5C (or 0x263F5C) is known color: Catalina Blue. HEX triplet: 26, 3F and 5C. RGB value is (38,63,92). Sum of RGB (Red+Green+Blue) = 38+63+92=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #263F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F5C is #D9C0A3. Grayscale: #3A3A3A. Windows color (decimal): -14270628 or 6045478. OLE color: 6045478.
HSL color Cylindrical-coordinate representation of color #263F5C: hue angle of 212.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #263F5C is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 63 | 92 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.64 |
| HSL | 212.22º | 0.42% | 0.25% | - |
| HSV(B) | 212.22º | 0.59% | 0.36% | - |
| XYZ | 4.51 | 4.74 | 10.8 | - |
| YUV | 58.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 92 | 0.59 | 0.32 | 0 | 0.64 | 212.22 | 0.42 | 0.25 |
| Hex | 26 | 3F | 5C | 3B | 20 | 0 | 40 | D4 | 2A | 19 |
| Octal | 46 | 77 | 134 | 73 | 40 | 0 | 100 | 324 | 52 | 31 |
| Binary | 100110 | 111111 | 1011100 | 111011 | 100000 | 0 | 1000000 | 11010100 | 101010 | 11001 |
Color Harmonies of #263F5C
Complementary color
Monochromatic Colors of #263F5C
Black with #263F5C
Text Example
Text Example
White with #263F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F5C; }
p { color: rgb(38,63,92); }
H1.HeaderClassName
{
color: #263F5C;
}
.AnyTagClassName
{
color: #263F5C;
}
</style>
background-color css
<style>
a { background-color: #263F5C; }
a { background-color: rgb(38,63,92); }
div.DivClassName
{
background-color: #263F5C;
}
.BgClassName
{
background-color: #263F5C;
}
</style>
border-color css
<style>
span { border-color: #263F5C; }
span { border-color: rgb(38,63,92); }
td.TdClassName
{
border-color: #263F5C;
}
.TagClassName
{
border-color: #263F5C;
}
</style>