Shades of Torea Bay #262B7D
Tints of Torea Bay #262B7D
RGB
CMYK
RGB Variations
Color information
#262B7D (or 0x262B7D) is known color: Torea Bay. HEX triplet: 26, 2B and 7D. RGB value is (38,43,125). Sum of RGB (Red+Green+Blue) = 38+43+125=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #262B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B7D is #D9D482. Grayscale: #323232. Windows color (decimal): -14275715 or 8203046. OLE color: 8203046.
HSL color Cylindrical-coordinate representation of color #262B7D: hue angle of 236.55º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #262B7D is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 43 | 125 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.51 |
| HSL | 236.55º | 0.53% | 0.32% | - |
| HSV(B) | 236.55º | 0.7% | 0.49% | - |
| XYZ | 5.36 | 3.62 | 19.82 | - |
| YUV | 50.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 125 | 0.70 | 0.66 | 0 | 0.51 | 236.55 | 0.53 | 0.32 |
| Hex | 26 | 2B | 7D | 46 | 42 | 0 | 33 | ED | 35 | 20 |
| Octal | 46 | 53 | 175 | 106 | 102 | 0 | 63 | 355 | 65 | 40 |
| Binary | 100110 | 101011 | 1111101 | 1000110 | 1000010 | 0 | 110011 | 11101101 | 110101 | 100000 |
Color Harmonies of #262B7D
Complementary color
Monochromatic Colors of #262B7D
Black with #262B7D
Text Example
Text Example
White with #262B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B7D; }
p { color: rgb(38,43,125); }
H1.HeaderClassName
{
color: #262B7D;
}
.AnyTagClassName
{
color: #262B7D;
}
</style>
background-color css
<style>
a { background-color: #262B7D; }
a { background-color: rgb(38,43,125); }
div.DivClassName
{
background-color: #262B7D;
}
.BgClassName
{
background-color: #262B7D;
}
</style>
border-color css
<style>
span { border-color: #262B7D; }
span { border-color: rgb(38,43,125); }
td.TdClassName
{
border-color: #262B7D;
}
.TagClassName
{
border-color: #262B7D;
}
</style>