Shades of Oracle #355B5D
Tints of Oracle #355B5D
RGB
CMYK
RGB Variations
Color information
#355B5D (or 0x355B5D) is known color: Oracle. HEX triplet: 35, 5B and 5D. RGB value is (53,91,93). Sum of RGB (Red+Green+Blue) = 53+91+93=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #355B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B5D is #CAA4A2. Grayscale: #4F4F4F. Windows color (decimal): -13280419 or 6118197. OLE color: 6118197.
HSL color Cylindrical-coordinate representation of color #355B5D: hue angle of 183º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355B5D is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 53 | 91 | 93 | - |
CMYK | 0.43 | 0.02 | 0 | 0.64 |
HSL | 183º | 0.27% | 0.29% | - |
HSV(B) | 183º | 0.43% | 0.36% | - |
XYZ | 7.19 | 9.03 | 11.72 | - |
YUV | 79.87 | 135.41 | 108.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 91 | 93 | 0.43 | 0.02 | 0 | 0.64 | 183 | 0.27 | 0.29 |
Hex | 35 | 5B | 5D | 2B | 2 | 0 | 40 | B7 | 1B | 1D |
Octal | 65 | 133 | 135 | 53 | 2 | 0 | 100 | 267 | 33 | 35 |
Binary | 110101 | 1011011 | 1011101 | 101011 | 10 | 0 | 1000000 | 10110111 | 11011 | 11101 |
Color Harmonies of #355B5D
Complementary color
Monochromatic Colors of #355B5D
Black with #355B5D
Text Example
Text Example
White with #355B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B5D; }
p { color: rgb(53,91,93); }
H1.HeaderClassName
{
color: #355B5D;
}
.AnyTagClassName
{
color: #355B5D;
}
</style>
background-color css
<style>
a { background-color: #355B5D; }
a { background-color: rgb(53,91,93); }
div.DivClassName
{
background-color: #355B5D;
}
.BgClassName
{
background-color: #355B5D;
}
</style>
border-color css
<style>
span { border-color: #355B5D; }
span { border-color: rgb(53,91,93); }
td.TdClassName
{
border-color: #355B5D;
}
.TagClassName
{
border-color: #355B5D;
}
</style>