Shades of Oracle #365F60
Tints of Oracle #365F60
RGB
CMYK
RGB Variations
Color information
#365F60 (or 0x365F60) is known color: Oracle. HEX triplet: 36, 5F and 60. RGB value is (54,95,96). Sum of RGB (Red+Green+Blue) = 54+95+96=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #365F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F60 is #C9A09F. Grayscale: #525252. Windows color (decimal): -13213856 or 6315830. OLE color: 6315830.
HSL color Cylindrical-coordinate representation of color #365F60: hue angle of 181.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365F60 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 95 | 96 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.62 |
| HSL | 181.43º | 0.28% | 0.29% | - |
| HSV(B) | 181.43º | 0.44% | 0.38% | - |
| XYZ | 7.72 | 9.81 | 12.55 | - |
| YUV | 82.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 96 | 0.44 | 0.01 | 0 | 0.62 | 181.43 | 0.28 | 0.29 |
| Hex | 36 | 5F | 60 | 2C | 1 | 0 | 3E | B5 | 1C | 1D |
| Octal | 66 | 137 | 140 | 54 | 1 | 0 | 76 | 265 | 34 | 35 |
| Binary | 110110 | 1011111 | 1100000 | 101100 | 1 | 0 | 111110 | 10110101 | 11100 | 11101 |
Color Harmonies of #365F60
Complementary color
Monochromatic Colors of #365F60
Black with #365F60
Text Example
Text Example
White with #365F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F60; }
p { color: rgb(54,95,96); }
H1.HeaderClassName
{
color: #365F60;
}
.AnyTagClassName
{
color: #365F60;
}
</style>
background-color css
<style>
a { background-color: #365F60; }
a { background-color: rgb(54,95,96); }
div.DivClassName
{
background-color: #365F60;
}
.BgClassName
{
background-color: #365F60;
}
</style>
border-color css
<style>
span { border-color: #365F60; }
span { border-color: rgb(54,95,96); }
td.TdClassName
{
border-color: #365F60;
}
.TagClassName
{
border-color: #365F60;
}
</style>