Shades of Oracle #3B625C
Tints of Oracle #3B625C
RGB
CMYK
RGB Variations
Color information
#3B625C (or 0x3B625C) is known color: Oracle. HEX triplet: 3B, 62 and 5C. RGB value is (59,98,92). Sum of RGB (Red+Green+Blue) = 59+98+92=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #3B625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B625C is #C49DA3. Grayscale: #555555. Windows color (decimal): -12885412 or 6054459. OLE color: 6054459.
HSL color Cylindrical-coordinate representation of color #3B625C: hue angle of 170.77º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B625C is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 98 | 92 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.62 |
| HSL | 170.77º | 0.25% | 0.31% | - |
| HSV(B) | 170.77º | 0.4% | 0.38% | - |
| XYZ | 8.1 | 10.44 | 11.71 | - |
| YUV | 85.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 98 | 92 | 0.40 | 0 | 0.06 | 0.62 | 170.77 | 0.25 | 0.31 |
| Hex | 3B | 62 | 5C | 28 | 0 | 6 | 3E | AB | 19 | 1F |
| Octal | 73 | 142 | 134 | 50 | 0 | 6 | 76 | 253 | 31 | 37 |
| Binary | 111011 | 1100010 | 1011100 | 101000 | 0 | 110 | 111110 | 10101011 | 11001 | 11111 |
Color Harmonies of #3B625C
Complementary color
Monochromatic Colors of #3B625C
Black with #3B625C
Text Example
Text Example
White with #3B625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B625C; }
p { color: rgb(59,98,92); }
H1.HeaderClassName
{
color: #3B625C;
}
.AnyTagClassName
{
color: #3B625C;
}
</style>
background-color css
<style>
a { background-color: #3B625C; }
a { background-color: rgb(59,98,92); }
div.DivClassName
{
background-color: #3B625C;
}
.BgClassName
{
background-color: #3B625C;
}
</style>
border-color css
<style>
span { border-color: #3B625C; }
span { border-color: rgb(59,98,92); }
td.TdClassName
{
border-color: #3B625C;
}
.TagClassName
{
border-color: #3B625C;
}
</style>