Shades of Catalina Blue #26436F
Tints of Catalina Blue #26436F
RGB
CMYK
RGB Variations
Color information
#26436F (or 0x26436F) is known color: Catalina Blue. HEX triplet: 26, 43 and 6F. RGB value is (38,67,111). Sum of RGB (Red+Green+Blue) = 38+67+111=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #26436F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26436F is #D9BC90. Grayscale: #3F3F3F. Windows color (decimal): -14269585 or 7291686. OLE color: 7291686.
HSL color Cylindrical-coordinate representation of color #26436F: hue angle of 216.16º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26436F is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 67 | 111 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.56 |
| HSL | 216.16º | 0.49% | 0.29% | - |
| HSV(B) | 216.16º | 0.66% | 0.44% | - |
| XYZ | 5.68 | 5.57 | 15.82 | - |
| YUV | 63.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 111 | 0.66 | 0.40 | 0 | 0.56 | 216.16 | 0.49 | 0.29 |
| Hex | 26 | 43 | 6F | 42 | 28 | 0 | 38 | D8 | 31 | 1D |
| Octal | 46 | 103 | 157 | 102 | 50 | 0 | 70 | 330 | 61 | 35 |
| Binary | 100110 | 1000011 | 1101111 | 1000010 | 101000 | 0 | 111000 | 11011000 | 110001 | 11101 |
Color Harmonies of #26436F
Complementary color
Monochromatic Colors of #26436F
Black with #26436F
Text Example
Text Example
White with #26436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26436F; }
p { color: rgb(38,67,111); }
H1.HeaderClassName
{
color: #26436F;
}
.AnyTagClassName
{
color: #26436F;
}
</style>
background-color css
<style>
a { background-color: #26436F; }
a { background-color: rgb(38,67,111); }
div.DivClassName
{
background-color: #26436F;
}
.BgClassName
{
background-color: #26436F;
}
</style>
border-color css
<style>
span { border-color: #26436F; }
span { border-color: rgb(38,67,111); }
td.TdClassName
{
border-color: #26436F;
}
.TagClassName
{
border-color: #26436F;
}
</style>