Shades of Curious Blue #237ECB
Tints of Curious Blue #237ECB
RGB
CMYK
RGB Variations
Color information
#237ECB (or 0x237ECB) is known color: Curious Blue. HEX triplet: 23, 7E and CB. RGB value is (35,126,203). Sum of RGB (Red+Green+Blue) = 35+126+203=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #237ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237ECB is #DC8134. Grayscale: #6B6B6B. Windows color (decimal): -14450997 or 13336099. OLE color: 13336099.
HSL color Cylindrical-coordinate representation of color #237ECB: hue angle of 207.5º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #237ECB is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 126 | 203 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.20 |
| HSL | 207.5º | 0.71% | 0.47% | - |
| HSV(B) | 207.5º | 0.83% | 0.8% | - |
| XYZ | 18.93 | 19.59 | 59.28 | - |
| YUV | 107.57 | 181.85 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 203 | 0.83 | 0.38 | 0 | 0.20 | 207.5 | 0.71 | 0.47 |
| Hex | 23 | 7E | CB | 53 | 26 | 0 | 14 | D0 | 47 | 2F |
| Octal | 43 | 176 | 313 | 123 | 46 | 0 | 24 | 320 | 107 | 57 |
| Binary | 100011 | 1111110 | 11001011 | 1010011 | 100110 | 0 | 10100 | 11010000 | 1000111 | 101111 |
Color Harmonies of #237ECB
Complementary color
Monochromatic Colors of #237ECB
Black with #237ECB
Text Example
Text Example
White with #237ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237ECB; }
p { color: rgb(35,126,203); }
H1.HeaderClassName
{
color: #237ECB;
}
.AnyTagClassName
{
color: #237ECB;
}
</style>
background-color css
<style>
a { background-color: #237ECB; }
a { background-color: rgb(35,126,203); }
div.DivClassName
{
background-color: #237ECB;
}
.BgClassName
{
background-color: #237ECB;
}
</style>
border-color css
<style>
span { border-color: #237ECB; }
span { border-color: rgb(35,126,203); }
td.TdClassName
{
border-color: #237ECB;
}
.TagClassName
{
border-color: #237ECB;
}
</style>