Shades of Oracle #305D63
Tints of Oracle #305D63
RGB
CMYK
RGB Variations
Color information
#305D63 (or 0x305D63) is known color: Oracle. HEX triplet: 30, 5D and 63. RGB value is (48,93,99). Sum of RGB (Red+Green+Blue) = 48+93+99=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #305D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D63 is #CFA29C. Grayscale: #505050. Windows color (decimal): -13607581 or 6511920. OLE color: 6511920.
HSL color Cylindrical-coordinate representation of color #305D63: hue angle of 187.06º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305D63 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 93 | 99 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.61 |
| HSL | 187.06º | 0.35% | 0.29% | - |
| HSV(B) | 187.06º | 0.52% | 0.39% | - |
| XYZ | 7.39 | 9.36 | 13.22 | - |
| YUV | 80.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 99 | 0.52 | 0.06 | 0 | 0.61 | 187.06 | 0.35 | 0.29 |
| Hex | 30 | 5D | 63 | 34 | 6 | 0 | 3D | BB | 23 | 1D |
| Octal | 60 | 135 | 143 | 64 | 6 | 0 | 75 | 273 | 43 | 35 |
| Binary | 110000 | 1011101 | 1100011 | 110100 | 110 | 0 | 111101 | 10111011 | 100011 | 11101 |
Color Harmonies of #305D63
Complementary color
Monochromatic Colors of #305D63
Black with #305D63
Text Example
Text Example
White with #305D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D63; }
p { color: rgb(48,93,99); }
H1.HeaderClassName
{
color: #305D63;
}
.AnyTagClassName
{
color: #305D63;
}
</style>
background-color css
<style>
a { background-color: #305D63; }
a { background-color: rgb(48,93,99); }
div.DivClassName
{
background-color: #305D63;
}
.BgClassName
{
background-color: #305D63;
}
</style>
border-color css
<style>
span { border-color: #305D63; }
span { border-color: rgb(48,93,99); }
td.TdClassName
{
border-color: #305D63;
}
.TagClassName
{
border-color: #305D63;
}
</style>