Shades of Oracle #365658
Tints of Oracle #365658
RGB
CMYK
RGB Variations
Color information
#365658 (or 0x365658) is known color: Oracle. HEX triplet: 36, 56 and 58. RGB value is (54,86,88). Sum of RGB (Red+Green+Blue) = 54+86+88=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #365658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365658 is #C9A9A7. Grayscale: #4C4C4C. Windows color (decimal): -13216168 or 5789238. OLE color: 5789238.
HSL color Cylindrical-coordinate representation of color #365658: hue angle of 183.53º 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 #365658 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 86 | 88 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.65 |
| HSL | 183.53º | 0.24% | 0.28% | - |
| HSV(B) | 183.53º | 0.39% | 0.35% | - |
| XYZ | 6.61 | 8.14 | 10.46 | - |
| YUV | 76.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 88 | 0.39 | 0.02 | 0 | 0.65 | 183.53 | 0.24 | 0.28 |
| Hex | 36 | 56 | 58 | 27 | 2 | 0 | 41 | B8 | 18 | 1C |
| Octal | 66 | 126 | 130 | 47 | 2 | 0 | 101 | 270 | 30 | 34 |
| Binary | 110110 | 1010110 | 1011000 | 100111 | 10 | 0 | 1000001 | 10111000 | 11000 | 11100 |
Color Harmonies of #365658
Complementary color
Monochromatic Colors of #365658
Black with #365658
Text Example
Text Example
White with #365658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365658; }
p { color: rgb(54,86,88); }
H1.HeaderClassName
{
color: #365658;
}
.AnyTagClassName
{
color: #365658;
}
</style>
background-color css
<style>
a { background-color: #365658; }
a { background-color: rgb(54,86,88); }
div.DivClassName
{
background-color: #365658;
}
.BgClassName
{
background-color: #365658;
}
</style>
border-color css
<style>
span { border-color: #365658; }
span { border-color: rgb(54,86,88); }
td.TdClassName
{
border-color: #365658;
}
.TagClassName
{
border-color: #365658;
}
</style>