Shades of Oracle #285B5E
Tints of Oracle #285B5E
RGB
CMYK
RGB Variations
Color information
#285B5E (or 0x285B5E) is known color: Oracle. HEX triplet: 28, 5B and 5E. RGB value is (40,91,94). Sum of RGB (Red+Green+Blue) = 40+91+94=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #285B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B5E is #D7A4A1. Grayscale: #4C4C4C. Windows color (decimal): -14132386 or 6183720. OLE color: 6183720.
HSL color Cylindrical-coordinate representation of color #285B5E: hue angle of 183.33º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285B5E is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 91 | 94 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.63 |
| HSL | 183.33º | 0.4% | 0.26% | - |
| HSV(B) | 183.33º | 0.57% | 0.37% | - |
| XYZ | 6.64 | 8.74 | 11.93 | - |
| YUV | 76.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 94 | 0.57 | 0.03 | 0 | 0.63 | 183.33 | 0.4 | 0.26 |
| Hex | 28 | 5B | 5E | 39 | 3 | 0 | 3F | B7 | 28 | 1A |
| Octal | 50 | 133 | 136 | 71 | 3 | 0 | 77 | 267 | 50 | 32 |
| Binary | 101000 | 1011011 | 1011110 | 111001 | 11 | 0 | 111111 | 10110111 | 101000 | 11010 |
Color Harmonies of #285B5E
Complementary color
Monochromatic Colors of #285B5E
Black with #285B5E
Text Example
Text Example
White with #285B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B5E; }
p { color: rgb(40,91,94); }
H1.HeaderClassName
{
color: #285B5E;
}
.AnyTagClassName
{
color: #285B5E;
}
</style>
background-color css
<style>
a { background-color: #285B5E; }
a { background-color: rgb(40,91,94); }
div.DivClassName
{
background-color: #285B5E;
}
.BgClassName
{
background-color: #285B5E;
}
</style>
border-color css
<style>
span { border-color: #285B5E; }
span { border-color: rgb(40,91,94); }
td.TdClassName
{
border-color: #285B5E;
}
.TagClassName
{
border-color: #285B5E;
}
</style>