Shades of Oracle #305A5A
Tints of Oracle #305A5A
RGB
CMYK
RGB Variations
Color information
#305A5A (or 0x305A5A) is known color: Oracle. HEX triplet: 30, 5A and 5A. RGB value is (48,90,90). Sum of RGB (Red+Green+Blue) = 48+90+90=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #305A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A5A is #CFA5A5. Grayscale: #4D4D4D. Windows color (decimal): -13608358 or 5921328. OLE color: 5921328.
HSL color Cylindrical-coordinate representation of color #305A5A: hue angle of 180º 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 #305A5A is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 90 | - |
| CMYK | 0.47 | 0 | 0 | 0.65 |
| HSL | 180º | 0.3% | 0.27% | - |
| HSV(B) | 180º | 0.47% | 0.35% | - |
| XYZ | 6.72 | 8.68 | 10.99 | - |
| YUV | 77.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 90 | 0.47 | 0 | 0 | 0.65 | 180 | 0.3 | 0.27 |
| Hex | 30 | 5A | 5A | 2F | 0 | 0 | 41 | B4 | 1E | 1B |
| Octal | 60 | 132 | 132 | 57 | 0 | 0 | 101 | 264 | 36 | 33 |
| Binary | 110000 | 1011010 | 1011010 | 101111 | 0 | 0 | 1000001 | 10110100 | 11110 | 11011 |
Color Harmonies of #305A5A
Complementary color
Monochromatic Colors of #305A5A
Black with #305A5A
Text Example
Text Example
White with #305A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A5A; }
p { color: rgb(48,90,90); }
H1.HeaderClassName
{
color: #305A5A;
}
.AnyTagClassName
{
color: #305A5A;
}
</style>
background-color css
<style>
a { background-color: #305A5A; }
a { background-color: rgb(48,90,90); }
div.DivClassName
{
background-color: #305A5A;
}
.BgClassName
{
background-color: #305A5A;
}
</style>
border-color css
<style>
span { border-color: #305A5A; }
span { border-color: rgb(48,90,90); }
td.TdClassName
{
border-color: #305A5A;
}
.TagClassName
{
border-color: #305A5A;
}
</style>