Shades of Oracle #346265
Tints of Oracle #346265
RGB
CMYK
RGB Variations
Color information
#346265 (or 0x346265) is known color: Oracle. HEX triplet: 34, 62 and 65. RGB value is (52,98,101). Sum of RGB (Red+Green+Blue) = 52+98+101=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #346265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346265 is #CB9D9A. Grayscale: #545454. Windows color (decimal): -13344155 or 6644276. OLE color: 6644276.
HSL color Cylindrical-coordinate representation of color #346265: hue angle of 183.67º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #346265 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 98 | 101 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.60 |
| HSL | 183.67º | 0.32% | 0.3% | - |
| HSV(B) | 183.67º | 0.49% | 0.4% | - |
| XYZ | 8.13 | 10.41 | 13.89 | - |
| YUV | 84.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 101 | 0.49 | 0.03 | 0 | 0.60 | 183.67 | 0.32 | 0.3 |
| Hex | 34 | 62 | 65 | 31 | 3 | 0 | 3C | B8 | 20 | 1E |
| Octal | 64 | 142 | 145 | 61 | 3 | 0 | 74 | 270 | 40 | 36 |
| Binary | 110100 | 1100010 | 1100101 | 110001 | 11 | 0 | 111100 | 10111000 | 100000 | 11110 |
Color Harmonies of #346265
Complementary color
Monochromatic Colors of #346265
Black with #346265
Text Example
Text Example
White with #346265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346265; }
p { color: rgb(52,98,101); }
H1.HeaderClassName
{
color: #346265;
}
.AnyTagClassName
{
color: #346265;
}
</style>
background-color css
<style>
a { background-color: #346265; }
a { background-color: rgb(52,98,101); }
div.DivClassName
{
background-color: #346265;
}
.BgClassName
{
background-color: #346265;
}
</style>
border-color css
<style>
span { border-color: #346265; }
span { border-color: rgb(52,98,101); }
td.TdClassName
{
border-color: #346265;
}
.TagClassName
{
border-color: #346265;
}
</style>