Shades of Orient #235C7A
Tints of Orient #235C7A
RGB
CMYK
RGB Variations
Color information
#235C7A (or 0x235C7A) is known color: Orient. HEX triplet: 23, 5C and 7A. RGB value is (35,92,122). Sum of RGB (Red+Green+Blue) = 35+92+122=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #235C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C7A is #DCA385. Grayscale: #4E4E4E. Windows color (decimal): -14459782 or 8018979. OLE color: 8018979.
HSL color Cylindrical-coordinate representation of color #235C7A: hue angle of 200.69º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #235C7A is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 92 | 122 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.52 |
| HSL | 200.69º | 0.55% | 0.31% | - |
| HSV(B) | 200.69º | 0.71% | 0.48% | - |
| XYZ | 8.03 | 9.42 | 19.81 | - |
| YUV | 78.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 122 | 0.71 | 0.25 | 0 | 0.52 | 200.69 | 0.55 | 0.31 |
| Hex | 23 | 5C | 7A | 47 | 19 | 0 | 34 | C9 | 37 | 1F |
| Octal | 43 | 134 | 172 | 107 | 31 | 0 | 64 | 311 | 67 | 37 |
| Binary | 100011 | 1011100 | 1111010 | 1000111 | 11001 | 0 | 110100 | 11001001 | 110111 | 11111 |
Color Harmonies of #235C7A
Complementary color
Monochromatic Colors of #235C7A
Black with #235C7A
Text Example
Text Example
White with #235C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C7A; }
p { color: rgb(35,92,122); }
H1.HeaderClassName
{
color: #235C7A;
}
.AnyTagClassName
{
color: #235C7A;
}
</style>
background-color css
<style>
a { background-color: #235C7A; }
a { background-color: rgb(35,92,122); }
div.DivClassName
{
background-color: #235C7A;
}
.BgClassName
{
background-color: #235C7A;
}
</style>
border-color css
<style>
span { border-color: #235C7A; }
span { border-color: rgb(35,92,122); }
td.TdClassName
{
border-color: #235C7A;
}
.TagClassName
{
border-color: #235C7A;
}
</style>