Shades of Deep Sea #267A5E
Tints of Deep Sea #267A5E
RGB
CMYK
RGB Variations
Color information
#267A5E (or 0x267A5E) is known color: Deep Sea. HEX triplet: 26, 7A and 5E. RGB value is (38,122,94). Sum of RGB (Red+Green+Blue) = 38+122+94=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #267A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267A5E is #D985A1. Grayscale: #5D5D5D. Windows color (decimal): -14255522 or 6191654. OLE color: 6191654.
HSL color Cylindrical-coordinate representation of color #267A5E: hue angle of 160º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267A5E is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 122 | 94 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.52 |
| HSL | 160º | 0.53% | 0.31% | - |
| HSV(B) | 160º | 0.69% | 0.48% | - |
| XYZ | 9.78 | 15.14 | 13 | - |
| YUV | 93.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 94 | 0.69 | 0 | 0.23 | 0.52 | 160 | 0.53 | 0.31 |
| Hex | 26 | 7A | 5E | 45 | 0 | 17 | 34 | A0 | 34 | 1F |
| Octal | 46 | 172 | 136 | 105 | 0 | 27 | 64 | 240 | 64 | 37 |
| Binary | 100110 | 1111010 | 1011110 | 1000101 | 0 | 10111 | 110100 | 10100000 | 110100 | 11111 |
Color Harmonies of #267A5E
Complementary color
Monochromatic Colors of #267A5E
Black with #267A5E
Text Example
Text Example
White with #267A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267A5E; }
p { color: rgb(38,122,94); }
H1.HeaderClassName
{
color: #267A5E;
}
.AnyTagClassName
{
color: #267A5E;
}
</style>
background-color css
<style>
a { background-color: #267A5E; }
a { background-color: rgb(38,122,94); }
div.DivClassName
{
background-color: #267A5E;
}
.BgClassName
{
background-color: #267A5E;
}
</style>
border-color css
<style>
span { border-color: #267A5E; }
span { border-color: rgb(38,122,94); }
td.TdClassName
{
border-color: #267A5E;
}
.TagClassName
{
border-color: #267A5E;
}
</style>