Shades of Torea Bay #262D89
Tints of Torea Bay #262D89
RGB
CMYK
RGB Variations
Color information
#262D89 (or 0x262D89) is known color: Torea Bay. HEX triplet: 26, 2D and 89. RGB value is (38,45,137). Sum of RGB (Red+Green+Blue) = 38+45+137=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #262D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262D89 is #D9D276. Grayscale: #353535. Windows color (decimal): -14275191 or 8989990. OLE color: 8989990.
HSL color Cylindrical-coordinate representation of color #262D89: hue angle of 235.76º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #262D89 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 45 | 137 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.46 |
| HSL | 235.76º | 0.57% | 0.34% | - |
| HSV(B) | 235.76º | 0.72% | 0.54% | - |
| XYZ | 6.25 | 4.09 | 24.13 | - |
| YUV | 53.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 137 | 0.72 | 0.67 | 0 | 0.46 | 235.76 | 0.57 | 0.34 |
| Hex | 26 | 2D | 89 | 48 | 43 | 0 | 2E | EC | 39 | 22 |
| Octal | 46 | 55 | 211 | 110 | 103 | 0 | 56 | 354 | 71 | 42 |
| Binary | 100110 | 101101 | 10001001 | 1001000 | 1000011 | 0 | 101110 | 11101100 | 111001 | 100010 |
Color Harmonies of #262D89
Complementary color
Monochromatic Colors of #262D89
Black with #262D89
Text Example
Text Example
White with #262D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D89; }
p { color: rgb(38,45,137); }
H1.HeaderClassName
{
color: #262D89;
}
.AnyTagClassName
{
color: #262D89;
}
</style>
background-color css
<style>
a { background-color: #262D89; }
a { background-color: rgb(38,45,137); }
div.DivClassName
{
background-color: #262D89;
}
.BgClassName
{
background-color: #262D89;
}
</style>
border-color css
<style>
span { border-color: #262D89; }
span { border-color: rgb(38,45,137); }
td.TdClassName
{
border-color: #262D89;
}
.TagClassName
{
border-color: #262D89;
}
</style>