Shades of Oracle #365857
Tints of Oracle #365857
RGB
CMYK
RGB Variations
Color information
#365857 (or 0x365857) is known color: Oracle. HEX triplet: 36, 58 and 57. RGB value is (54,88,87). Sum of RGB (Red+Green+Blue) = 54+88+87=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #365857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365857 is #C9A7A8. Grayscale: #4D4D4D. Windows color (decimal): -13215657 or 5724214. OLE color: 5724214.
HSL color Cylindrical-coordinate representation of color #365857: hue angle of 178.24º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365857 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 88 | 87 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.65 |
| HSL | 178.24º | 0.24% | 0.28% | - |
| HSV(B) | 178.24º | 0.39% | 0.35% | - |
| XYZ | 6.73 | 8.45 | 10.29 | - |
| YUV | 77.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 87 | 0.39 | 0 | 0.01 | 0.65 | 178.24 | 0.24 | 0.28 |
| Hex | 36 | 58 | 57 | 27 | 0 | 1 | 41 | B2 | 18 | 1C |
| Octal | 66 | 130 | 127 | 47 | 0 | 1 | 101 | 262 | 30 | 34 |
| Binary | 110110 | 1011000 | 1010111 | 100111 | 0 | 1 | 1000001 | 10110010 | 11000 | 11100 |
Color Harmonies of #365857
Complementary color
Monochromatic Colors of #365857
Black with #365857
Text Example
Text Example
White with #365857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365857; }
p { color: rgb(54,88,87); }
H1.HeaderClassName
{
color: #365857;
}
.AnyTagClassName
{
color: #365857;
}
</style>
background-color css
<style>
a { background-color: #365857; }
a { background-color: rgb(54,88,87); }
div.DivClassName
{
background-color: #365857;
}
.BgClassName
{
background-color: #365857;
}
</style>
border-color css
<style>
span { border-color: #365857; }
span { border-color: rgb(54,88,87); }
td.TdClassName
{
border-color: #365857;
}
.TagClassName
{
border-color: #365857;
}
</style>