Shades of Oracle #365252
Tints of Oracle #365252
RGB
CMYK
RGB Variations
Color information
#365252 (or 0x365252) is known color: Oracle. HEX triplet: 36, 52 and 52. RGB value is (54,82,82). Sum of RGB (Red+Green+Blue) = 54+82+82=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #365252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365252 is #C9ADAD. Grayscale: #494949. Windows color (decimal): -13217198 or 5394998. OLE color: 5394998.
HSL color Cylindrical-coordinate representation of color #365252: hue angle of 180º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365252 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 82 | 82 | - |
| CMYK | 0.34 | 0 | 0 | 0.68 |
| HSL | 180º | 0.21% | 0.27% | - |
| HSV(B) | 180º | 0.34% | 0.32% | - |
| XYZ | 6.06 | 7.43 | 9.1 | - |
| YUV | 73.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 82 | 0.34 | 0 | 0 | 0.68 | 180 | 0.21 | 0.27 |
| Hex | 36 | 52 | 52 | 22 | 0 | 0 | 44 | B4 | 15 | 1B |
| Octal | 66 | 122 | 122 | 42 | 0 | 0 | 104 | 264 | 25 | 33 |
| Binary | 110110 | 1010010 | 1010010 | 100010 | 0 | 0 | 1000100 | 10110100 | 10101 | 11011 |
Color Harmonies of #365252
Complementary color
Monochromatic Colors of #365252
Black with #365252
Text Example
Text Example
White with #365252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365252; }
p { color: rgb(54,82,82); }
H1.HeaderClassName
{
color: #365252;
}
.AnyTagClassName
{
color: #365252;
}
</style>
background-color css
<style>
a { background-color: #365252; }
a { background-color: rgb(54,82,82); }
div.DivClassName
{
background-color: #365252;
}
.BgClassName
{
background-color: #365252;
}
</style>
border-color css
<style>
span { border-color: #365252; }
span { border-color: rgb(54,82,82); }
td.TdClassName
{
border-color: #365252;
}
.TagClassName
{
border-color: #365252;
}
</style>