Shades of Oracle #305E60
Tints of Oracle #305E60
RGB
CMYK
RGB Variations
Color information
#305E60 (or 0x305E60) is known color: Oracle. HEX triplet: 30, 5E and 60. RGB value is (48,94,96). Sum of RGB (Red+Green+Blue) = 48+94+96=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #305E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E60 is #CFA19F. Grayscale: #505050. Windows color (decimal): -13607328 or 6315568. OLE color: 6315568.
HSL color Cylindrical-coordinate representation of color #305E60: hue angle of 182.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #305E60 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 94 | 96 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.62 |
| HSL | 182.5º | 0.33% | 0.28% | - |
| HSV(B) | 182.5º | 0.5% | 0.38% | - |
| XYZ | 7.33 | 9.48 | 12.51 | - |
| YUV | 80.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 96 | 0.50 | 0.02 | 0 | 0.62 | 182.5 | 0.33 | 0.28 |
| Hex | 30 | 5E | 60 | 32 | 2 | 0 | 3E | B6 | 21 | 1C |
| Octal | 60 | 136 | 140 | 62 | 2 | 0 | 76 | 266 | 41 | 34 |
| Binary | 110000 | 1011110 | 1100000 | 110010 | 10 | 0 | 111110 | 10110110 | 100001 | 11100 |
Color Harmonies of #305E60
Complementary color
Monochromatic Colors of #305E60
Black with #305E60
Text Example
Text Example
White with #305E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E60; }
p { color: rgb(48,94,96); }
H1.HeaderClassName
{
color: #305E60;
}
.AnyTagClassName
{
color: #305E60;
}
</style>
background-color css
<style>
a { background-color: #305E60; }
a { background-color: rgb(48,94,96); }
div.DivClassName
{
background-color: #305E60;
}
.BgClassName
{
background-color: #305E60;
}
</style>
border-color css
<style>
span { border-color: #305E60; }
span { border-color: rgb(48,94,96); }
td.TdClassName
{
border-color: #305E60;
}
.TagClassName
{
border-color: #305E60;
}
</style>