Shades of Oracle #285B61
Tints of Oracle #285B61
RGB
CMYK
RGB Variations
Color information
#285B61 (or 0x285B61) is known color: Oracle. HEX triplet: 28, 5B and 61. RGB value is (40,91,97). Sum of RGB (Red+Green+Blue) = 40+91+97=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #285B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B61 is #D7A49E. Grayscale: #4C4C4C. Windows color (decimal): -14132383 or 6380328. OLE color: 6380328.
HSL color Cylindrical-coordinate representation of color #285B61: hue angle of 186.32º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #285B61 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 91 | 97 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.62 |
| HSL | 186.32º | 0.42% | 0.27% | - |
| HSV(B) | 186.32º | 0.59% | 0.38% | - |
| XYZ | 6.77 | 8.8 | 12.65 | - |
| YUV | 76.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 97 | 0.59 | 0.06 | 0 | 0.62 | 186.32 | 0.42 | 0.27 |
| Hex | 28 | 5B | 61 | 3B | 6 | 0 | 3E | BA | 2A | 1B |
| Octal | 50 | 133 | 141 | 73 | 6 | 0 | 76 | 272 | 52 | 33 |
| Binary | 101000 | 1011011 | 1100001 | 111011 | 110 | 0 | 111110 | 10111010 | 101010 | 11011 |
Color Harmonies of #285B61
Complementary color
Monochromatic Colors of #285B61
Black with #285B61
Text Example
Text Example
White with #285B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B61; }
p { color: rgb(40,91,97); }
H1.HeaderClassName
{
color: #285B61;
}
.AnyTagClassName
{
color: #285B61;
}
</style>
background-color css
<style>
a { background-color: #285B61; }
a { background-color: rgb(40,91,97); }
div.DivClassName
{
background-color: #285B61;
}
.BgClassName
{
background-color: #285B61;
}
</style>
border-color css
<style>
span { border-color: #285B61; }
span { border-color: rgb(40,91,97); }
td.TdClassName
{
border-color: #285B61;
}
.TagClassName
{
border-color: #285B61;
}
</style>