Shades of Oracle #2D575A
Tints of Oracle #2D575A
RGB
CMYK
RGB Variations
Color information
#2D575A (or 0x2D575A) is known color: Oracle. HEX triplet: 2D, 57 and 5A. RGB value is (45,87,90). Sum of RGB (Red+Green+Blue) = 45+87+90=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D575A is #D2A8A5. Grayscale: #4A4A4A. Windows color (decimal): -13805734 or 5920557. OLE color: 5920557.
HSL color Cylindrical-coordinate representation of color #2D575A: hue angle of 184º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D575A is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 87 | 90 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.65 |
| HSL | 184º | 0.33% | 0.26% | - |
| HSV(B) | 184º | 0.5% | 0.35% | - |
| XYZ | 6.34 | 8.11 | 10.9 | - |
| YUV | 74.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 90 | 0.50 | 0.03 | 0 | 0.65 | 184 | 0.33 | 0.26 |
| Hex | 2D | 57 | 5A | 32 | 3 | 0 | 41 | B8 | 21 | 1A |
| Octal | 55 | 127 | 132 | 62 | 3 | 0 | 101 | 270 | 41 | 32 |
| Binary | 101101 | 1010111 | 1011010 | 110010 | 11 | 0 | 1000001 | 10111000 | 100001 | 11010 |
Color Harmonies of #2D575A
Complementary color
Monochromatic Colors of #2D575A
Black with #2D575A
Text Example
Text Example
White with #2D575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D575A; }
p { color: rgb(45,87,90); }
H1.HeaderClassName
{
color: #2D575A;
}
.AnyTagClassName
{
color: #2D575A;
}
</style>
background-color css
<style>
a { background-color: #2D575A; }
a { background-color: rgb(45,87,90); }
div.DivClassName
{
background-color: #2D575A;
}
.BgClassName
{
background-color: #2D575A;
}
</style>
border-color css
<style>
span { border-color: #2D575A; }
span { border-color: rgb(45,87,90); }
td.TdClassName
{
border-color: #2D575A;
}
.TagClassName
{
border-color: #2D575A;
}
</style>