Shades of Torea Bay #283283
Tints of Torea Bay #283283
RGB
CMYK
RGB Variations
Color information
#283283 (or 0x283283) is known color: Torea Bay. HEX triplet: 28, 32 and 83. RGB value is (40,50,131). Sum of RGB (Red+Green+Blue) = 40+50+131=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #283283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283283 is #D7CD7C. Grayscale: #373737. Windows color (decimal): -14142845 or 8598056. OLE color: 8598056.
HSL color Cylindrical-coordinate representation of color #283283: hue angle of 233.41º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283283 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 50 | 131 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.49 |
| HSL | 233.41º | 0.53% | 0.34% | - |
| HSV(B) | 233.41º | 0.69% | 0.51% | - |
| XYZ | 6.11 | 4.37 | 21.99 | - |
| YUV | 56.24 | 170.19 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 131 | 0.69 | 0.62 | 0 | 0.49 | 233.41 | 0.53 | 0.34 |
| Hex | 28 | 32 | 83 | 45 | 3E | 0 | 31 | E9 | 35 | 22 |
| Octal | 50 | 62 | 203 | 105 | 76 | 0 | 61 | 351 | 65 | 42 |
| Binary | 101000 | 110010 | 10000011 | 1000101 | 111110 | 0 | 110001 | 11101001 | 110101 | 100010 |
Color Harmonies of #283283
Complementary color
Monochromatic Colors of #283283
Black with #283283
Text Example
Text Example
White with #283283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283283; }
p { color: rgb(40,50,131); }
H1.HeaderClassName
{
color: #283283;
}
.AnyTagClassName
{
color: #283283;
}
</style>
background-color css
<style>
a { background-color: #283283; }
a { background-color: rgb(40,50,131); }
div.DivClassName
{
background-color: #283283;
}
.BgClassName
{
background-color: #283283;
}
</style>
border-color css
<style>
span { border-color: #283283; }
span { border-color: rgb(40,50,131); }
td.TdClassName
{
border-color: #283283;
}
.TagClassName
{
border-color: #283283;
}
</style>