Shades of Oracle #365F5D
Tints of Oracle #365F5D
RGB
CMYK
RGB Variations
Color information
#365F5D (or 0x365F5D) is known color: Oracle. HEX triplet: 36, 5F and 5D. RGB value is (54,95,93). Sum of RGB (Red+Green+Blue) = 54+95+93=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #365F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F5D is #C9A0A2. Grayscale: #525252. Windows color (decimal): -13213859 or 6119222. OLE color: 6119222.
HSL color Cylindrical-coordinate representation of color #365F5D: hue angle of 177.07º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F5D is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 95 | 93 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.63 |
| HSL | 177.07º | 0.28% | 0.29% | - |
| HSV(B) | 177.07º | 0.43% | 0.37% | - |
| XYZ | 7.59 | 9.76 | 11.84 | - |
| YUV | 82.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 93 | 0.43 | 0 | 0.02 | 0.63 | 177.07 | 0.28 | 0.29 |
| Hex | 36 | 5F | 5D | 2B | 0 | 2 | 3F | B1 | 1C | 1D |
| Octal | 66 | 137 | 135 | 53 | 0 | 2 | 77 | 261 | 34 | 35 |
| Binary | 110110 | 1011111 | 1011101 | 101011 | 0 | 10 | 111111 | 10110001 | 11100 | 11101 |
Color Harmonies of #365F5D
Complementary color
Monochromatic Colors of #365F5D
Black with #365F5D
Text Example
Text Example
White with #365F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F5D; }
p { color: rgb(54,95,93); }
H1.HeaderClassName
{
color: #365F5D;
}
.AnyTagClassName
{
color: #365F5D;
}
</style>
background-color css
<style>
a { background-color: #365F5D; }
a { background-color: rgb(54,95,93); }
div.DivClassName
{
background-color: #365F5D;
}
.BgClassName
{
background-color: #365F5D;
}
</style>
border-color css
<style>
span { border-color: #365F5D; }
span { border-color: rgb(54,95,93); }
td.TdClassName
{
border-color: #365F5D;
}
.TagClassName
{
border-color: #365F5D;
}
</style>