Shades of Orient #235A6D
Tints of Orient #235A6D
RGB
CMYK
RGB Variations
Color information
#235A6D (or 0x235A6D) is known color: Orient. HEX triplet: 23, 5A and 6D. RGB value is (35,90,109). Sum of RGB (Red+Green+Blue) = 35+90+109=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #235A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A6D is #DCA592. Grayscale: #4B4B4B. Windows color (decimal): -14460307 or 7166499. OLE color: 7166499.
HSL color Cylindrical-coordinate representation of color #235A6D: hue angle of 195.41º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #235A6D is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 90 | 109 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.57 |
| HSL | 195.41º | 0.51% | 0.28% | - |
| HSV(B) | 195.41º | 0.68% | 0.43% | - |
| XYZ | 7.11 | 8.77 | 15.79 | - |
| YUV | 75.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 109 | 0.68 | 0.17 | 0 | 0.57 | 195.41 | 0.51 | 0.28 |
| Hex | 23 | 5A | 6D | 44 | 11 | 0 | 39 | C3 | 33 | 1C |
| Octal | 43 | 132 | 155 | 104 | 21 | 0 | 71 | 303 | 63 | 34 |
| Binary | 100011 | 1011010 | 1101101 | 1000100 | 10001 | 0 | 111001 | 11000011 | 110011 | 11100 |
Color Harmonies of #235A6D
Complementary color
Monochromatic Colors of #235A6D
Black with #235A6D
Text Example
Text Example
White with #235A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A6D; }
p { color: rgb(35,90,109); }
H1.HeaderClassName
{
color: #235A6D;
}
.AnyTagClassName
{
color: #235A6D;
}
</style>
background-color css
<style>
a { background-color: #235A6D; }
a { background-color: rgb(35,90,109); }
div.DivClassName
{
background-color: #235A6D;
}
.BgClassName
{
background-color: #235A6D;
}
</style>
border-color css
<style>
span { border-color: #235A6D; }
span { border-color: rgb(35,90,109); }
td.TdClassName
{
border-color: #235A6D;
}
.TagClassName
{
border-color: #235A6D;
}
</style>