Shades of Oracle #305A57
Tints of Oracle #305A57
RGB
CMYK
RGB Variations
Color information
#305A57 (or 0x305A57) is known color: Oracle. HEX triplet: 30, 5A and 57. RGB value is (48,90,87). Sum of RGB (Red+Green+Blue) = 48+90+87=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #305A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A57 is #CFA5A8. Grayscale: #4D4D4D. Windows color (decimal): -13608361 or 5724720. OLE color: 5724720.
HSL color Cylindrical-coordinate representation of color #305A57: hue angle of 175.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A57 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 87 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.65 |
| HSL | 175.71º | 0.3% | 0.27% | - |
| HSV(B) | 175.71º | 0.47% | 0.35% | - |
| XYZ | 6.6 | 8.63 | 10.33 | - |
| YUV | 77.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 87 | 0.47 | 0 | 0.03 | 0.65 | 175.71 | 0.3 | 0.27 |
| Hex | 30 | 5A | 57 | 2F | 0 | 3 | 41 | B0 | 1E | 1B |
| Octal | 60 | 132 | 127 | 57 | 0 | 3 | 101 | 260 | 36 | 33 |
| Binary | 110000 | 1011010 | 1010111 | 101111 | 0 | 11 | 1000001 | 10110000 | 11110 | 11011 |
Color Harmonies of #305A57
Complementary color
Monochromatic Colors of #305A57
Black with #305A57
Text Example
Text Example
White with #305A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A57; }
p { color: rgb(48,90,87); }
H1.HeaderClassName
{
color: #305A57;
}
.AnyTagClassName
{
color: #305A57;
}
</style>
background-color css
<style>
a { background-color: #305A57; }
a { background-color: rgb(48,90,87); }
div.DivClassName
{
background-color: #305A57;
}
.BgClassName
{
background-color: #305A57;
}
</style>
border-color css
<style>
span { border-color: #305A57; }
span { border-color: rgb(48,90,87); }
td.TdClassName
{
border-color: #305A57;
}
.TagClassName
{
border-color: #305A57;
}
</style>