Shades of Oracle #2B5C62
Tints of Oracle #2B5C62
RGB
CMYK
RGB Variations
Color information
#2B5C62 (or 0x2B5C62) is known color: Oracle. HEX triplet: 2B, 5C and 62. RGB value is (43,92,98). Sum of RGB (Red+Green+Blue) = 43+92+98=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B5C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C62 is #D4A39D. Grayscale: #4D4D4D. Windows color (decimal): -13935518 or 6446123. OLE color: 6446123.
HSL color Cylindrical-coordinate representation of color #2B5C62: hue angle of 186.55º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B5C62 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 92 | 98 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.62 |
| HSL | 186.55º | 0.39% | 0.28% | - |
| HSV(B) | 186.55º | 0.56% | 0.38% | - |
| XYZ | 7.03 | 9.05 | 12.93 | - |
| YUV | 78.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 98 | 0.56 | 0.06 | 0 | 0.62 | 186.55 | 0.39 | 0.28 |
| Hex | 2B | 5C | 62 | 38 | 6 | 0 | 3E | BB | 27 | 1C |
| Octal | 53 | 134 | 142 | 70 | 6 | 0 | 76 | 273 | 47 | 34 |
| Binary | 101011 | 1011100 | 1100010 | 111000 | 110 | 0 | 111110 | 10111011 | 100111 | 11100 |
Color Harmonies of #2B5C62
Complementary color
Monochromatic Colors of #2B5C62
Black with #2B5C62
Text Example
Text Example
White with #2B5C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C62; }
p { color: rgb(43,92,98); }
H1.HeaderClassName
{
color: #2B5C62;
}
.AnyTagClassName
{
color: #2B5C62;
}
</style>
background-color css
<style>
a { background-color: #2B5C62; }
a { background-color: rgb(43,92,98); }
div.DivClassName
{
background-color: #2B5C62;
}
.BgClassName
{
background-color: #2B5C62;
}
</style>
border-color css
<style>
span { border-color: #2B5C62; }
span { border-color: rgb(43,92,98); }
td.TdClassName
{
border-color: #2B5C62;
}
.TagClassName
{
border-color: #2B5C62;
}
</style>