Shades of Oracle #365D5E
Tints of Oracle #365D5E
RGB
CMYK
RGB Variations
Color information
#365D5E (or 0x365D5E) is known color: Oracle. HEX triplet: 36, 5D and 5E. RGB value is (54,93,94). Sum of RGB (Red+Green+Blue) = 54+93+94=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #365D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D5E is #C9A2A1. Grayscale: #515151. Windows color (decimal): -13214370 or 6184246. OLE color: 6184246.
HSL color Cylindrical-coordinate representation of color #365D5E: hue angle of 181.5º degrees, saturation: 0.27, 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 #365D5E is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 93 | 94 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.63 |
| HSL | 181.5º | 0.27% | 0.29% | - |
| HSV(B) | 181.5º | 0.43% | 0.37% | - |
| XYZ | 7.46 | 9.42 | 12.02 | - |
| YUV | 81.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 94 | 0.43 | 0.01 | 0 | 0.63 | 181.5 | 0.27 | 0.29 |
| Hex | 36 | 5D | 5E | 2B | 1 | 0 | 3F | B6 | 1B | 1D |
| Octal | 66 | 135 | 136 | 53 | 1 | 0 | 77 | 266 | 33 | 35 |
| Binary | 110110 | 1011101 | 1011110 | 101011 | 1 | 0 | 111111 | 10110110 | 11011 | 11101 |
Color Harmonies of #365D5E
Complementary color
Monochromatic Colors of #365D5E
Black with #365D5E
Text Example
Text Example
White with #365D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D5E; }
p { color: rgb(54,93,94); }
H1.HeaderClassName
{
color: #365D5E;
}
.AnyTagClassName
{
color: #365D5E;
}
</style>
background-color css
<style>
a { background-color: #365D5E; }
a { background-color: rgb(54,93,94); }
div.DivClassName
{
background-color: #365D5E;
}
.BgClassName
{
background-color: #365D5E;
}
</style>
border-color css
<style>
span { border-color: #365D5E; }
span { border-color: rgb(54,93,94); }
td.TdClassName
{
border-color: #365D5E;
}
.TagClassName
{
border-color: #365D5E;
}
</style>