Shades of Oracle #365154
Tints of Oracle #365154
RGB
CMYK
RGB Variations
Color information
#365154 (or 0x365154) is known color: Oracle. HEX triplet: 36, 51 and 54. RGB value is (54,81,84). Sum of RGB (Red+Green+Blue) = 54+81+84=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #365154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365154 is #C9AEAB. Grayscale: #494949. Windows color (decimal): -13217452 or 5525814. OLE color: 5525814.
HSL color Cylindrical-coordinate representation of color #365154: hue angle of 186º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365154 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 81 | 84 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.67 |
| HSL | 186º | 0.22% | 0.27% | - |
| HSV(B) | 186º | 0.36% | 0.33% | - |
| XYZ | 6.06 | 7.31 | 9.48 | - |
| YUV | 73.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 84 | 0.36 | 0.04 | 0 | 0.67 | 186 | 0.22 | 0.27 |
| Hex | 36 | 51 | 54 | 24 | 4 | 0 | 43 | BA | 16 | 1B |
| Octal | 66 | 121 | 124 | 44 | 4 | 0 | 103 | 272 | 26 | 33 |
| Binary | 110110 | 1010001 | 1010100 | 100100 | 100 | 0 | 1000011 | 10111010 | 10110 | 11011 |
Color Harmonies of #365154
Complementary color
Monochromatic Colors of #365154
Black with #365154
Text Example
Text Example
White with #365154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365154; }
p { color: rgb(54,81,84); }
H1.HeaderClassName
{
color: #365154;
}
.AnyTagClassName
{
color: #365154;
}
</style>
background-color css
<style>
a { background-color: #365154; }
a { background-color: rgb(54,81,84); }
div.DivClassName
{
background-color: #365154;
}
.BgClassName
{
background-color: #365154;
}
</style>
border-color css
<style>
span { border-color: #365154; }
span { border-color: rgb(54,81,84); }
td.TdClassName
{
border-color: #365154;
}
.TagClassName
{
border-color: #365154;
}
</style>