Shades of Oracle #34575A
Tints of Oracle #34575A
RGB
CMYK
RGB Variations
Color information
#34575A (or 0x34575A) is known color: Oracle. HEX triplet: 34, 57 and 5A. RGB value is (52,87,90). Sum of RGB (Red+Green+Blue) = 52+87+90=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #34575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34575A is #CBA8A5. Grayscale: #4C4C4C. Windows color (decimal): -13346982 or 5920564. OLE color: 5920564.
HSL color Cylindrical-coordinate representation of color #34575A: hue angle of 184.74º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34575A is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 87 | 90 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.65 |
| HSL | 184.74º | 0.27% | 0.28% | - |
| HSV(B) | 184.74º | 0.42% | 0.35% | - |
| XYZ | 6.67 | 8.28 | 10.92 | - |
| YUV | 76.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 90 | 0.42 | 0.03 | 0 | 0.65 | 184.74 | 0.27 | 0.28 |
| Hex | 34 | 57 | 5A | 2A | 3 | 0 | 41 | B9 | 1B | 1C |
| Octal | 64 | 127 | 132 | 52 | 3 | 0 | 101 | 271 | 33 | 34 |
| Binary | 110100 | 1010111 | 1011010 | 101010 | 11 | 0 | 1000001 | 10111001 | 11011 | 11100 |
Color Harmonies of #34575A
Complementary color
Monochromatic Colors of #34575A
Black with #34575A
Text Example
Text Example
White with #34575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34575A; }
p { color: rgb(52,87,90); }
H1.HeaderClassName
{
color: #34575A;
}
.AnyTagClassName
{
color: #34575A;
}
</style>
background-color css
<style>
a { background-color: #34575A; }
a { background-color: rgb(52,87,90); }
div.DivClassName
{
background-color: #34575A;
}
.BgClassName
{
background-color: #34575A;
}
</style>
border-color css
<style>
span { border-color: #34575A; }
span { border-color: rgb(52,87,90); }
td.TdClassName
{
border-color: #34575A;
}
.TagClassName
{
border-color: #34575A;
}
</style>