Shades of Oracle #345357
Tints of Oracle #345357
RGB
CMYK
RGB Variations
Color information
#345357 (or 0x345357) is known color: Oracle. HEX triplet: 34, 53 and 57. RGB value is (52,83,87). Sum of RGB (Red+Green+Blue) = 52+83+87=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 87 - color contains mainly: blue. Hex color #345357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345357 is #CBACA8. Grayscale: #4A4A4A. Windows color (decimal): -13348009 or 5722932. OLE color: 5722932.
HSL color Cylindrical-coordinate representation of color #345357: hue angle of 186.86º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345357 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 83 | 87 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.66 |
| HSL | 186.86º | 0.25% | 0.27% | - |
| HSV(B) | 186.86º | 0.4% | 0.34% | - |
| XYZ | 6.23 | 7.6 | 10.16 | - |
| YUV | 74.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 87 | 0.40 | 0.05 | 0 | 0.66 | 186.86 | 0.25 | 0.27 |
| Hex | 34 | 53 | 57 | 28 | 5 | 0 | 42 | BB | 19 | 1B |
| Octal | 64 | 123 | 127 | 50 | 5 | 0 | 102 | 273 | 31 | 33 |
| Binary | 110100 | 1010011 | 1010111 | 101000 | 101 | 0 | 1000010 | 10111011 | 11001 | 11011 |
Color Harmonies of #345357
Complementary color
Monochromatic Colors of #345357
Black with #345357
Text Example
Text Example
White with #345357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345357; }
p { color: rgb(52,83,87); }
H1.HeaderClassName
{
color: #345357;
}
.AnyTagClassName
{
color: #345357;
}
</style>
background-color css
<style>
a { background-color: #345357; }
a { background-color: rgb(52,83,87); }
div.DivClassName
{
background-color: #345357;
}
.BgClassName
{
background-color: #345357;
}
</style>
border-color css
<style>
span { border-color: #345357; }
span { border-color: rgb(52,83,87); }
td.TdClassName
{
border-color: #345357;
}
.TagClassName
{
border-color: #345357;
}
</style>