Shades of Orient #235B7B
Tints of Orient #235B7B
RGB
CMYK
RGB Variations
Color information
#235B7B (or 0x235B7B) is known color: Orient. HEX triplet: 23, 5B and 7B. RGB value is (35,91,123). Sum of RGB (Red+Green+Blue) = 35+91+123=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #235B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B7B is #DCA484. Grayscale: #4D4D4D. Windows color (decimal): -14460037 or 8084259. OLE color: 8084259.
HSL color Cylindrical-coordinate representation of color #235B7B: hue angle of 201.82º 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 #235B7B is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 91 | 123 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.52 |
| HSL | 201.82º | 0.56% | 0.31% | - |
| HSV(B) | 201.82º | 0.72% | 0.48% | - |
| XYZ | 8.01 | 9.27 | 20.11 | - |
| YUV | 77.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 123 | 0.72 | 0.26 | 0 | 0.52 | 201.82 | 0.56 | 0.31 |
| Hex | 23 | 5B | 7B | 48 | 1A | 0 | 34 | CA | 38 | 1F |
| Octal | 43 | 133 | 173 | 110 | 32 | 0 | 64 | 312 | 70 | 37 |
| Binary | 100011 | 1011011 | 1111011 | 1001000 | 11010 | 0 | 110100 | 11001010 | 111000 | 11111 |
Color Harmonies of #235B7B
Complementary color
Monochromatic Colors of #235B7B
Black with #235B7B
Text Example
Text Example
White with #235B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235B7B; }
p { color: rgb(35,91,123); }
H1.HeaderClassName
{
color: #235B7B;
}
.AnyTagClassName
{
color: #235B7B;
}
</style>
background-color css
<style>
a { background-color: #235B7B; }
a { background-color: rgb(35,91,123); }
div.DivClassName
{
background-color: #235B7B;
}
.BgClassName
{
background-color: #235B7B;
}
</style>
border-color css
<style>
span { border-color: #235B7B; }
span { border-color: rgb(35,91,123); }
td.TdClassName
{
border-color: #235B7B;
}
.TagClassName
{
border-color: #235B7B;
}
</style>