Shades of Torea Bay #26328A
Tints of Torea Bay #26328A
RGB
CMYK
RGB Variations
Color information
#26328A (or 0x26328A) is known color: Torea Bay. HEX triplet: 26, 32 and 8A. RGB value is (38,50,138). Sum of RGB (Red+Green+Blue) = 38+50+138=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #26328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26328A is #D9CD75. Grayscale: #383838. Windows color (decimal): -14273910 or 9056806. OLE color: 9056806.
HSL color Cylindrical-coordinate representation of color #26328A: hue angle of 232.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26328A is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 50 | 138 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.46 |
| HSL | 232.8º | 0.57% | 0.35% | - |
| HSV(B) | 232.8º | 0.72% | 0.54% | - |
| XYZ | 6.53 | 4.53 | 24.57 | - |
| YUV | 56.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 138 | 0.72 | 0.64 | 0 | 0.46 | 232.8 | 0.57 | 0.35 |
| Hex | 26 | 32 | 8A | 48 | 40 | 0 | 2E | E9 | 39 | 23 |
| Octal | 46 | 62 | 212 | 110 | 100 | 0 | 56 | 351 | 71 | 43 |
| Binary | 100110 | 110010 | 10001010 | 1001000 | 1000000 | 0 | 101110 | 11101001 | 111001 | 100011 |
Color Harmonies of #26328A
Complementary color
Monochromatic Colors of #26328A
Black with #26328A
Text Example
Text Example
White with #26328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26328A; }
p { color: rgb(38,50,138); }
H1.HeaderClassName
{
color: #26328A;
}
.AnyTagClassName
{
color: #26328A;
}
</style>
background-color css
<style>
a { background-color: #26328A; }
a { background-color: rgb(38,50,138); }
div.DivClassName
{
background-color: #26328A;
}
.BgClassName
{
background-color: #26328A;
}
</style>
border-color css
<style>
span { border-color: #26328A; }
span { border-color: rgb(38,50,138); }
td.TdClassName
{
border-color: #26328A;
}
.TagClassName
{
border-color: #26328A;
}
</style>