Shades of Oracle #365A5B
Tints of Oracle #365A5B
RGB
CMYK
RGB Variations
Color information
#365A5B (or 0x365A5B) is known color: Oracle. HEX triplet: 36, 5A and 5B. RGB value is (54,90,91). Sum of RGB (Red+Green+Blue) = 54+90+91=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #365A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A5B is #C9A5A4. Grayscale: #4F4F4F. Windows color (decimal): -13215141 or 5986870. OLE color: 5986870.
HSL color Cylindrical-coordinate representation of color #365A5B: hue angle of 181.62º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365A5B is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 90 | 91 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.64 |
| HSL | 181.62º | 0.26% | 0.28% | - |
| HSV(B) | 181.62º | 0.41% | 0.36% | - |
| XYZ | 7.07 | 8.85 | 11.23 | - |
| YUV | 79.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 91 | 0.41 | 0.01 | 0 | 0.64 | 181.62 | 0.26 | 0.28 |
| Hex | 36 | 5A | 5B | 29 | 1 | 0 | 40 | B6 | 1A | 1C |
| Octal | 66 | 132 | 133 | 51 | 1 | 0 | 100 | 266 | 32 | 34 |
| Binary | 110110 | 1011010 | 1011011 | 101001 | 1 | 0 | 1000000 | 10110110 | 11010 | 11100 |
Color Harmonies of #365A5B
Complementary color
Monochromatic Colors of #365A5B
Black with #365A5B
Text Example
Text Example
White with #365A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A5B; }
p { color: rgb(54,90,91); }
H1.HeaderClassName
{
color: #365A5B;
}
.AnyTagClassName
{
color: #365A5B;
}
</style>
background-color css
<style>
a { background-color: #365A5B; }
a { background-color: rgb(54,90,91); }
div.DivClassName
{
background-color: #365A5B;
}
.BgClassName
{
background-color: #365A5B;
}
</style>
border-color css
<style>
span { border-color: #365A5B; }
span { border-color: rgb(54,90,91); }
td.TdClassName
{
border-color: #365A5B;
}
.TagClassName
{
border-color: #365A5B;
}
</style>