Shades of Oracle #306566
Tints of Oracle #306566
RGB
CMYK
RGB Variations
Color information
#306566 (or 0x306566) is known color: Oracle. HEX triplet: 30, 65 and 66. RGB value is (48,101,102). Sum of RGB (Red+Green+Blue) = 48+101+102=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #306566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306566 is #CF9A99. Grayscale: #555555. Windows color (decimal): -13605530 or 6710576. OLE color: 6710576.
HSL color Cylindrical-coordinate representation of color #306566: hue angle of 181.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306566 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 101 | 102 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.6 |
| HSL | 181.11º | 0.36% | 0.29% | - |
| HSV(B) | 181.11º | 0.53% | 0.4% | - |
| XYZ | 8.27 | 10.9 | 14.24 | - |
| YUV | 85.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 102 | 0.53 | 0.01 | 0 | 0.6 | 181.11 | 0.36 | 0.29 |
| Hex | 30 | 65 | 66 | 35 | 1 | 0 | 3C | B5 | 24 | 1D |
| Octal | 60 | 145 | 146 | 65 | 1 | 0 | 74 | 265 | 44 | 35 |
| Binary | 110000 | 1100101 | 1100110 | 110101 | 1 | 0 | 111100 | 10110101 | 100100 | 11101 |
Color Harmonies of #306566
Complementary color
Monochromatic Colors of #306566
Black with #306566
Text Example
Text Example
White with #306566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306566; }
p { color: rgb(48,101,102); }
H1.HeaderClassName
{
color: #306566;
}
.AnyTagClassName
{
color: #306566;
}
</style>
background-color css
<style>
a { background-color: #306566; }
a { background-color: rgb(48,101,102); }
div.DivClassName
{
background-color: #306566;
}
.BgClassName
{
background-color: #306566;
}
</style>
border-color css
<style>
span { border-color: #306566; }
span { border-color: rgb(48,101,102); }
td.TdClassName
{
border-color: #306566;
}
.TagClassName
{
border-color: #306566;
}
</style>