Shades of Curious Blue #237EBA
Tints of Curious Blue #237EBA
RGB
CMYK
RGB Variations
Color information
#237EBA (or 0x237EBA) is known color: Curious Blue. HEX triplet: 23, 7E and BA. RGB value is (35,126,186). Sum of RGB (Red+Green+Blue) = 35+126+186=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #237EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237EBA is #DC8145. Grayscale: #696969. Windows color (decimal): -14451014 or 12221987. OLE color: 12221987.
HSL color Cylindrical-coordinate representation of color #237EBA: hue angle of 203.84º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #237EBA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 126 | 186 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.27 |
| HSL | 203.84º | 0.68% | 0.43% | - |
| HSV(B) | 203.84º | 0.81% | 0.73% | - |
| XYZ | 17.02 | 18.82 | 49.19 | - |
| YUV | 105.63 | 173.35 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 186 | 0.81 | 0.32 | 0 | 0.27 | 203.84 | 0.68 | 0.43 |
| Hex | 23 | 7E | BA | 51 | 20 | 0 | 1B | CC | 44 | 2B |
| Octal | 43 | 176 | 272 | 121 | 40 | 0 | 33 | 314 | 104 | 53 |
| Binary | 100011 | 1111110 | 10111010 | 1010001 | 100000 | 0 | 11011 | 11001100 | 1000100 | 101011 |
Color Harmonies of #237EBA
Complementary color
Monochromatic Colors of #237EBA
Black with #237EBA
Text Example
Text Example
White with #237EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237EBA; }
p { color: rgb(35,126,186); }
H1.HeaderClassName
{
color: #237EBA;
}
.AnyTagClassName
{
color: #237EBA;
}
</style>
background-color css
<style>
a { background-color: #237EBA; }
a { background-color: rgb(35,126,186); }
div.DivClassName
{
background-color: #237EBA;
}
.BgClassName
{
background-color: #237EBA;
}
</style>
border-color css
<style>
span { border-color: #237EBA; }
span { border-color: rgb(35,126,186); }
td.TdClassName
{
border-color: #237EBA;
}
.TagClassName
{
border-color: #237EBA;
}
</style>