Shades of Orient #23627D
Tints of Orient #23627D
RGB
CMYK
RGB Variations
Color information
#23627D (or 0x23627D) is known color: Orient. HEX triplet: 23, 62 and 7D. RGB value is (35,98,125). Sum of RGB (Red+Green+Blue) = 35+98+125=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #23627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23627D is #DC9D82. Grayscale: #525252. Windows color (decimal): -14458243 or 8217123. OLE color: 8217123.
HSL color Cylindrical-coordinate representation of color #23627D: hue angle of 198º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23627D is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 98 | 125 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.51 |
| HSL | 198º | 0.56% | 0.31% | - |
| HSV(B) | 198º | 0.72% | 0.49% | - |
| XYZ | 8.76 | 10.57 | 20.98 | - |
| YUV | 82.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 125 | 0.72 | 0.22 | 0 | 0.51 | 198 | 0.56 | 0.31 |
| Hex | 23 | 62 | 7D | 48 | 16 | 0 | 33 | C6 | 38 | 1F |
| Octal | 43 | 142 | 175 | 110 | 26 | 0 | 63 | 306 | 70 | 37 |
| Binary | 100011 | 1100010 | 1111101 | 1001000 | 10110 | 0 | 110011 | 11000110 | 111000 | 11111 |
Color Harmonies of #23627D
Complementary color
Monochromatic Colors of #23627D
Black with #23627D
Text Example
Text Example
White with #23627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23627D; }
p { color: rgb(35,98,125); }
H1.HeaderClassName
{
color: #23627D;
}
.AnyTagClassName
{
color: #23627D;
}
</style>
background-color css
<style>
a { background-color: #23627D; }
a { background-color: rgb(35,98,125); }
div.DivClassName
{
background-color: #23627D;
}
.BgClassName
{
background-color: #23627D;
}
</style>
border-color css
<style>
span { border-color: #23627D; }
span { border-color: rgb(35,98,125); }
td.TdClassName
{
border-color: #23627D;
}
.TagClassName
{
border-color: #23627D;
}
</style>