Shades of Oracle #365E62
Tints of Oracle #365E62
RGB
CMYK
RGB Variations
Color information
#365E62 (or 0x365E62) is known color: Oracle. HEX triplet: 36, 5E and 62. RGB value is (54,94,98). Sum of RGB (Red+Green+Blue) = 54+94+98=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #365E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E62 is #C9A19D. Grayscale: #525252. Windows color (decimal): -13214110 or 6446646. OLE color: 6446646.
HSL color Cylindrical-coordinate representation of color #365E62: hue angle of 185.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365E62 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 94 | 98 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.62 |
| HSL | 185.45º | 0.29% | 0.3% | - |
| HSV(B) | 185.45º | 0.45% | 0.38% | - |
| XYZ | 7.73 | 9.67 | 13.01 | - |
| YUV | 82.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 98 | 0.45 | 0.04 | 0 | 0.62 | 185.45 | 0.29 | 0.3 |
| Hex | 36 | 5E | 62 | 2D | 4 | 0 | 3E | B9 | 1D | 1E |
| Octal | 66 | 136 | 142 | 55 | 4 | 0 | 76 | 271 | 35 | 36 |
| Binary | 110110 | 1011110 | 1100010 | 101101 | 100 | 0 | 111110 | 10111001 | 11101 | 11110 |
Color Harmonies of #365E62
Complementary color
Monochromatic Colors of #365E62
Black with #365E62
Text Example
Text Example
White with #365E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E62; }
p { color: rgb(54,94,98); }
H1.HeaderClassName
{
color: #365E62;
}
.AnyTagClassName
{
color: #365E62;
}
</style>
background-color css
<style>
a { background-color: #365E62; }
a { background-color: rgb(54,94,98); }
div.DivClassName
{
background-color: #365E62;
}
.BgClassName
{
background-color: #365E62;
}
</style>
border-color css
<style>
span { border-color: #365E62; }
span { border-color: rgb(54,94,98); }
td.TdClassName
{
border-color: #365E62;
}
.TagClassName
{
border-color: #365E62;
}
</style>