Shades of Oracle #415354
Tints of Oracle #415354
RGB
CMYK
RGB Variations
Color information
#415354 (or 0x415354) is known color: Oracle. HEX triplet: 41, 53 and 54. RGB value is (65,83,84). Sum of RGB (Red+Green+Blue) = 65+83+84=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #415354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415354 is #BEACAB. Grayscale: #4D4D4D. Windows color (decimal): -12496044 or 5526337. OLE color: 5526337.
HSL color Cylindrical-coordinate representation of color #415354: hue angle of 183.16º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #415354 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 83 | 84 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.67 |
| HSL | 183.16º | 0.13% | 0.29% | - |
| HSV(B) | 183.16º | 0.23% | 0.33% | - |
| XYZ | 6.87 | 7.95 | 9.56 | - |
| YUV | 77.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 84 | 0.23 | 0.01 | 0 | 0.67 | 183.16 | 0.13 | 0.29 |
| Hex | 41 | 53 | 54 | 17 | 1 | 0 | 43 | B7 | D | 1D |
| Octal | 101 | 123 | 124 | 27 | 1 | 0 | 103 | 267 | 15 | 35 |
| Binary | 1000001 | 1010011 | 1010100 | 10111 | 1 | 0 | 1000011 | 10110111 | 1101 | 11101 |
Color Harmonies of #415354
Complementary color
Monochromatic Colors of #415354
Black with #415354
Text Example
Text Example
White with #415354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415354; }
p { color: rgb(65,83,84); }
H1.HeaderClassName
{
color: #415354;
}
.AnyTagClassName
{
color: #415354;
}
</style>
background-color css
<style>
a { background-color: #415354; }
a { background-color: rgb(65,83,84); }
div.DivClassName
{
background-color: #415354;
}
.BgClassName
{
background-color: #415354;
}
</style>
border-color css
<style>
span { border-color: #415354; }
span { border-color: rgb(65,83,84); }
td.TdClassName
{
border-color: #415354;
}
.TagClassName
{
border-color: #415354;
}
</style>