Shades of Torea Bay #262F89
Tints of Torea Bay #262F89
RGB
CMYK
RGB Variations
Color information
#262F89 (or 0x262F89) is known color: Torea Bay. HEX triplet: 26, 2F and 89. RGB value is (38,47,137). Sum of RGB (Red+Green+Blue) = 38+47+137=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #262F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262F89 is #D9D076. Grayscale: #363636. Windows color (decimal): -14274679 or 8990502. OLE color: 8990502.
HSL color Cylindrical-coordinate representation of color #262F89: hue angle of 234.55º 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 #262F89 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 47 | 137 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.46 |
| HSL | 234.55º | 0.57% | 0.34% | - |
| HSV(B) | 234.55º | 0.72% | 0.54% | - |
| XYZ | 6.33 | 4.25 | 24.15 | - |
| YUV | 54.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 137 | 0.72 | 0.66 | 0 | 0.46 | 234.55 | 0.57 | 0.34 |
| Hex | 26 | 2F | 89 | 48 | 42 | 0 | 2E | EB | 39 | 22 |
| Octal | 46 | 57 | 211 | 110 | 102 | 0 | 56 | 353 | 71 | 42 |
| Binary | 100110 | 101111 | 10001001 | 1001000 | 1000010 | 0 | 101110 | 11101011 | 111001 | 100010 |
Color Harmonies of #262F89
Complementary color
Monochromatic Colors of #262F89
Black with #262F89
Text Example
Text Example
White with #262F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F89; }
p { color: rgb(38,47,137); }
H1.HeaderClassName
{
color: #262F89;
}
.AnyTagClassName
{
color: #262F89;
}
</style>
background-color css
<style>
a { background-color: #262F89; }
a { background-color: rgb(38,47,137); }
div.DivClassName
{
background-color: #262F89;
}
.BgClassName
{
background-color: #262F89;
}
</style>
border-color css
<style>
span { border-color: #262F89; }
span { border-color: rgb(38,47,137); }
td.TdClassName
{
border-color: #262F89;
}
.TagClassName
{
border-color: #262F89;
}
</style>