Shades of Orient #235C7B
Tints of Orient #235C7B
RGB
CMYK
RGB Variations
Color information
#235C7B (or 0x235C7B) is known color: Orient. HEX triplet: 23, 5C and 7B. RGB value is (35,92,123). Sum of RGB (Red+Green+Blue) = 35+92+123=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #235C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C7B is #DCA384. Grayscale: #4E4E4E. Windows color (decimal): -14459781 or 8084515. OLE color: 8084515.
HSL color Cylindrical-coordinate representation of color #235C7B: hue angle of 201.14º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #235C7B is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 92 | 123 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.52 |
| HSL | 201.14º | 0.56% | 0.31% | - |
| HSV(B) | 201.14º | 0.72% | 0.48% | - |
| XYZ | 8.1 | 9.44 | 20.13 | - |
| YUV | 78.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 123 | 0.72 | 0.25 | 0 | 0.52 | 201.14 | 0.56 | 0.31 |
| Hex | 23 | 5C | 7B | 48 | 19 | 0 | 34 | C9 | 38 | 1F |
| Octal | 43 | 134 | 173 | 110 | 31 | 0 | 64 | 311 | 70 | 37 |
| Binary | 100011 | 1011100 | 1111011 | 1001000 | 11001 | 0 | 110100 | 11001001 | 111000 | 11111 |
Color Harmonies of #235C7B
Complementary color
Monochromatic Colors of #235C7B
Black with #235C7B
Text Example
Text Example
White with #235C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C7B; }
p { color: rgb(35,92,123); }
H1.HeaderClassName
{
color: #235C7B;
}
.AnyTagClassName
{
color: #235C7B;
}
</style>
background-color css
<style>
a { background-color: #235C7B; }
a { background-color: rgb(35,92,123); }
div.DivClassName
{
background-color: #235C7B;
}
.BgClassName
{
background-color: #235C7B;
}
</style>
border-color css
<style>
span { border-color: #235C7B; }
span { border-color: rgb(35,92,123); }
td.TdClassName
{
border-color: #235C7B;
}
.TagClassName
{
border-color: #235C7B;
}
</style>