Shades of Catalina Blue #26436D
Tints of Catalina Blue #26436D
RGB
CMYK
RGB Variations
Color information
#26436D (or 0x26436D) is known color: Catalina Blue. HEX triplet: 26, 43 and 6D. RGB value is (38,67,109). Sum of RGB (Red+Green+Blue) = 38+67+109=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #26436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26436D is #D9BC92. Grayscale: #3E3E3E. Windows color (decimal): -14269587 or 7160614. OLE color: 7160614.
HSL color Cylindrical-coordinate representation of color #26436D: hue angle of 215.49º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26436D is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 67 | 109 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.57 |
| HSL | 215.49º | 0.48% | 0.29% | - |
| HSV(B) | 215.49º | 0.65% | 0.43% | - |
| XYZ | 5.57 | 5.53 | 15.24 | - |
| YUV | 63.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 109 | 0.65 | 0.39 | 0 | 0.57 | 215.49 | 0.48 | 0.29 |
| Hex | 26 | 43 | 6D | 41 | 27 | 0 | 39 | D7 | 30 | 1D |
| Octal | 46 | 103 | 155 | 101 | 47 | 0 | 71 | 327 | 60 | 35 |
| Binary | 100110 | 1000011 | 1101101 | 1000001 | 100111 | 0 | 111001 | 11010111 | 110000 | 11101 |
Color Harmonies of #26436D
Complementary color
Monochromatic Colors of #26436D
Black with #26436D
Text Example
Text Example
White with #26436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26436D; }
p { color: rgb(38,67,109); }
H1.HeaderClassName
{
color: #26436D;
}
.AnyTagClassName
{
color: #26436D;
}
</style>
background-color css
<style>
a { background-color: #26436D; }
a { background-color: rgb(38,67,109); }
div.DivClassName
{
background-color: #26436D;
}
.BgClassName
{
background-color: #26436D;
}
</style>
border-color css
<style>
span { border-color: #26436D; }
span { border-color: rgb(38,67,109); }
td.TdClassName
{
border-color: #26436D;
}
.TagClassName
{
border-color: #26436D;
}
</style>