Shades of Oracle #365B5D
Tints of Oracle #365B5D
RGB
CMYK
RGB Variations
Color information
#365B5D (or 0x365B5D) is known color: Oracle. HEX triplet: 36, 5B and 5D. RGB value is (54,91,93). Sum of RGB (Red+Green+Blue) = 54+91+93=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #365B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B5D is #C9A4A2. Grayscale: #505050. Windows color (decimal): -13214883 or 6118198. OLE color: 6118198.
HSL color Cylindrical-coordinate representation of color #365B5D: hue angle of 183.08º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365B5D is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 91 | 93 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.64 |
| HSL | 183.08º | 0.27% | 0.29% | - |
| HSV(B) | 183.08º | 0.42% | 0.36% | - |
| XYZ | 7.24 | 9.06 | 11.72 | - |
| YUV | 80.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 93 | 0.42 | 0.02 | 0 | 0.64 | 183.08 | 0.27 | 0.29 |
| Hex | 36 | 5B | 5D | 2A | 2 | 0 | 40 | B7 | 1B | 1D |
| Octal | 66 | 133 | 135 | 52 | 2 | 0 | 100 | 267 | 33 | 35 |
| Binary | 110110 | 1011011 | 1011101 | 101010 | 10 | 0 | 1000000 | 10110111 | 11011 | 11101 |
Color Harmonies of #365B5D
Complementary color
Monochromatic Colors of #365B5D
Black with #365B5D
Text Example
Text Example
White with #365B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B5D; }
p { color: rgb(54,91,93); }
H1.HeaderClassName
{
color: #365B5D;
}
.AnyTagClassName
{
color: #365B5D;
}
</style>
background-color css
<style>
a { background-color: #365B5D; }
a { background-color: rgb(54,91,93); }
div.DivClassName
{
background-color: #365B5D;
}
.BgClassName
{
background-color: #365B5D;
}
</style>
border-color css
<style>
span { border-color: #365B5D; }
span { border-color: rgb(54,91,93); }
td.TdClassName
{
border-color: #365B5D;
}
.TagClassName
{
border-color: #365B5D;
}
</style>