Shades of Oracle #345B5C
Tints of Oracle #345B5C
RGB
CMYK
RGB Variations
Color information
#345B5C (or 0x345B5C) is known color: Oracle. HEX triplet: 34, 5B and 5C. RGB value is (52,91,92). Sum of RGB (Red+Green+Blue) = 52+91+92=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #345B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B5C is #CBA4A3. Grayscale: #4F4F4F. Windows color (decimal): -13345956 or 6052660. OLE color: 6052660.
HSL color Cylindrical-coordinate representation of color #345B5C: hue angle of 181.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345B5C is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 92 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.64 |
| HSL | 181.5º | 0.28% | 0.28% | - |
| HSV(B) | 181.5º | 0.43% | 0.36% | - |
| XYZ | 7.09 | 8.98 | 11.49 | - |
| YUV | 79.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 92 | 0.43 | 0.01 | 0 | 0.64 | 181.5 | 0.28 | 0.28 |
| Hex | 34 | 5B | 5C | 2B | 1 | 0 | 40 | B6 | 1C | 1C |
| Octal | 64 | 133 | 134 | 53 | 1 | 0 | 100 | 266 | 34 | 34 |
| Binary | 110100 | 1011011 | 1011100 | 101011 | 1 | 0 | 1000000 | 10110110 | 11100 | 11100 |
Color Harmonies of #345B5C
Complementary color
Monochromatic Colors of #345B5C
Black with #345B5C
Text Example
Text Example
White with #345B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B5C; }
p { color: rgb(52,91,92); }
H1.HeaderClassName
{
color: #345B5C;
}
.AnyTagClassName
{
color: #345B5C;
}
</style>
background-color css
<style>
a { background-color: #345B5C; }
a { background-color: rgb(52,91,92); }
div.DivClassName
{
background-color: #345B5C;
}
.BgClassName
{
background-color: #345B5C;
}
</style>
border-color css
<style>
span { border-color: #345B5C; }
span { border-color: rgb(52,91,92); }
td.TdClassName
{
border-color: #345B5C;
}
.TagClassName
{
border-color: #345B5C;
}
</style>