Shades of Oracle #365253
Tints of Oracle #365253
RGB
CMYK
RGB Variations
Color information
#365253 (or 0x365253) is known color: Oracle. HEX triplet: 36, 52 and 53. RGB value is (54,82,83). Sum of RGB (Red+Green+Blue) = 54+82+83=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #365253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365253 is #C9ADAC. Grayscale: #494949. Windows color (decimal): -13217197 or 5460534. OLE color: 5460534.
HSL color Cylindrical-coordinate representation of color #365253: hue angle of 182.07º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #365253 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 82 | 83 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.67 |
| HSL | 182.07º | 0.21% | 0.27% | - |
| HSV(B) | 182.07º | 0.35% | 0.33% | - |
| XYZ | 6.1 | 7.44 | 9.3 | - |
| YUV | 73.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 83 | 0.35 | 0.01 | 0 | 0.67 | 182.07 | 0.21 | 0.27 |
| Hex | 36 | 52 | 53 | 23 | 1 | 0 | 43 | B6 | 15 | 1B |
| Octal | 66 | 122 | 123 | 43 | 1 | 0 | 103 | 266 | 25 | 33 |
| Binary | 110110 | 1010010 | 1010011 | 100011 | 1 | 0 | 1000011 | 10110110 | 10101 | 11011 |
Color Harmonies of #365253
Complementary color
Monochromatic Colors of #365253
Black with #365253
Text Example
Text Example
White with #365253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365253; }
p { color: rgb(54,82,83); }
H1.HeaderClassName
{
color: #365253;
}
.AnyTagClassName
{
color: #365253;
}
</style>
background-color css
<style>
a { background-color: #365253; }
a { background-color: rgb(54,82,83); }
div.DivClassName
{
background-color: #365253;
}
.BgClassName
{
background-color: #365253;
}
</style>
border-color css
<style>
span { border-color: #365253; }
span { border-color: rgb(54,82,83); }
td.TdClassName
{
border-color: #365253;
}
.TagClassName
{
border-color: #365253;
}
</style>