Shades of Oracle #365F63
Tints of Oracle #365F63
RGB
CMYK
RGB Variations
Color information
#365F63 (or 0x365F63) is known color: Oracle. HEX triplet: 36, 5F and 63. RGB value is (54,95,99). Sum of RGB (Red+Green+Blue) = 54+95+99=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #365F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F63 is #C9A09C. Grayscale: #535353. Windows color (decimal): -13213853 or 6512438. OLE color: 6512438.
HSL color Cylindrical-coordinate representation of color #365F63: hue angle of 185.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365F63 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 95 | 99 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.61 |
| HSL | 185.33º | 0.29% | 0.3% | - |
| HSV(B) | 185.33º | 0.45% | 0.39% | - |
| XYZ | 7.87 | 9.87 | 13.29 | - |
| YUV | 83.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 99 | 0.45 | 0.04 | 0 | 0.61 | 185.33 | 0.29 | 0.3 |
| Hex | 36 | 5F | 63 | 2D | 4 | 0 | 3D | B9 | 1D | 1E |
| Octal | 66 | 137 | 143 | 55 | 4 | 0 | 75 | 271 | 35 | 36 |
| Binary | 110110 | 1011111 | 1100011 | 101101 | 100 | 0 | 111101 | 10111001 | 11101 | 11110 |
Color Harmonies of #365F63
Complementary color
Monochromatic Colors of #365F63
Black with #365F63
Text Example
Text Example
White with #365F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F63; }
p { color: rgb(54,95,99); }
H1.HeaderClassName
{
color: #365F63;
}
.AnyTagClassName
{
color: #365F63;
}
</style>
background-color css
<style>
a { background-color: #365F63; }
a { background-color: rgb(54,95,99); }
div.DivClassName
{
background-color: #365F63;
}
.BgClassName
{
background-color: #365F63;
}
</style>
border-color css
<style>
span { border-color: #365F63; }
span { border-color: rgb(54,95,99); }
td.TdClassName
{
border-color: #365F63;
}
.TagClassName
{
border-color: #365F63;
}
</style>