Shades of Oracle #306565
Tints of Oracle #306565
RGB
CMYK
RGB Variations
Color information
#306565 (or 0x306565) is known color: Oracle. HEX triplet: 30, 65 and 65. RGB value is (48,101,101). Sum of RGB (Red+Green+Blue) = 48+101+101=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #306565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306565 is #CF9A9A. Grayscale: #555555. Windows color (decimal): -13605531 or 6645040. OLE color: 6645040.
HSL color Cylindrical-coordinate representation of color #306565: hue angle of 180º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306565 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 101 | 101 | - |
| CMYK | 0.52 | 0 | 0 | 0.60 |
| HSL | 180º | 0.36% | 0.29% | - |
| HSV(B) | 180º | 0.52% | 0.4% | - |
| XYZ | 8.22 | 10.88 | 13.98 | - |
| YUV | 85.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 101 | 0.52 | 0 | 0 | 0.60 | 180 | 0.36 | 0.29 |
| Hex | 30 | 65 | 65 | 34 | 0 | 0 | 3C | B4 | 24 | 1D |
| Octal | 60 | 145 | 145 | 64 | 0 | 0 | 74 | 264 | 44 | 35 |
| Binary | 110000 | 1100101 | 1100101 | 110100 | 0 | 0 | 111100 | 10110100 | 100100 | 11101 |
Color Harmonies of #306565
Complementary color
Monochromatic Colors of #306565
Black with #306565
Text Example
Text Example
White with #306565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306565; }
p { color: rgb(48,101,101); }
H1.HeaderClassName
{
color: #306565;
}
.AnyTagClassName
{
color: #306565;
}
</style>
background-color css
<style>
a { background-color: #306565; }
a { background-color: rgb(48,101,101); }
div.DivClassName
{
background-color: #306565;
}
.BgClassName
{
background-color: #306565;
}
</style>
border-color css
<style>
span { border-color: #306565; }
span { border-color: rgb(48,101,101); }
td.TdClassName
{
border-color: #306565;
}
.TagClassName
{
border-color: #306565;
}
</style>