Shades of Oracle #365456
Tints of Oracle #365456
RGB
CMYK
RGB Variations
Color information
#365456 (or 0x365456) is known color: Oracle. HEX triplet: 36, 54 and 56. RGB value is (54,84,86). Sum of RGB (Red+Green+Blue) = 54+84+86=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #365456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365456 is #C9ABA9. Grayscale: #4B4B4B. Windows color (decimal): -13216682 or 5657654. OLE color: 5657654.
HSL color Cylindrical-coordinate representation of color #365456: hue angle of 183.75º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365456 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 84 | 86 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.66 |
| HSL | 183.75º | 0.23% | 0.27% | - |
| HSV(B) | 183.75º | 0.37% | 0.34% | - |
| XYZ | 6.37 | 7.8 | 9.97 | - |
| YUV | 75.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 86 | 0.37 | 0.02 | 0 | 0.66 | 183.75 | 0.23 | 0.27 |
| Hex | 36 | 54 | 56 | 25 | 2 | 0 | 42 | B8 | 17 | 1B |
| Octal | 66 | 124 | 126 | 45 | 2 | 0 | 102 | 270 | 27 | 33 |
| Binary | 110110 | 1010100 | 1010110 | 100101 | 10 | 0 | 1000010 | 10111000 | 10111 | 11011 |
Color Harmonies of #365456
Complementary color
Monochromatic Colors of #365456
Black with #365456
Text Example
Text Example
White with #365456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365456; }
p { color: rgb(54,84,86); }
H1.HeaderClassName
{
color: #365456;
}
.AnyTagClassName
{
color: #365456;
}
</style>
background-color css
<style>
a { background-color: #365456; }
a { background-color: rgb(54,84,86); }
div.DivClassName
{
background-color: #365456;
}
.BgClassName
{
background-color: #365456;
}
</style>
border-color css
<style>
span { border-color: #365456; }
span { border-color: rgb(54,84,86); }
td.TdClassName
{
border-color: #365456;
}
.TagClassName
{
border-color: #365456;
}
</style>