Shades of Torea Bay #262C85
Tints of Torea Bay #262C85
RGB
CMYK
RGB Variations
Color information
#262C85 (or 0x262C85) is known color: Torea Bay. HEX triplet: 26, 2C and 85. RGB value is (38,44,133). Sum of RGB (Red+Green+Blue) = 38+44+133=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #262C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262C85 is #D9D37A. Grayscale: #333333. Windows color (decimal): -14275451 or 8727590. OLE color: 8727590.
HSL color Cylindrical-coordinate representation of color #262C85: hue angle of 236.21º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #262C85 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 44 | 133 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.48 |
| HSL | 236.21º | 0.56% | 0.34% | - |
| HSV(B) | 236.21º | 0.71% | 0.52% | - |
| XYZ | 5.93 | 3.91 | 22.63 | - |
| YUV | 52.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 133 | 0.71 | 0.67 | 0 | 0.48 | 236.21 | 0.56 | 0.34 |
| Hex | 26 | 2C | 85 | 47 | 43 | 0 | 30 | EC | 38 | 22 |
| Octal | 46 | 54 | 205 | 107 | 103 | 0 | 60 | 354 | 70 | 42 |
| Binary | 100110 | 101100 | 10000101 | 1000111 | 1000011 | 0 | 110000 | 11101100 | 111000 | 100010 |
Color Harmonies of #262C85
Complementary color
Monochromatic Colors of #262C85
Black with #262C85
Text Example
Text Example
White with #262C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C85; }
p { color: rgb(38,44,133); }
H1.HeaderClassName
{
color: #262C85;
}
.AnyTagClassName
{
color: #262C85;
}
</style>
background-color css
<style>
a { background-color: #262C85; }
a { background-color: rgb(38,44,133); }
div.DivClassName
{
background-color: #262C85;
}
.BgClassName
{
background-color: #262C85;
}
</style>
border-color css
<style>
span { border-color: #262C85; }
span { border-color: rgb(38,44,133); }
td.TdClassName
{
border-color: #262C85;
}
.TagClassName
{
border-color: #262C85;
}
</style>