Shades of Curious Blue #238ACB
Tints of Curious Blue #238ACB
RGB
CMYK
RGB Variations
Color information
#238ACB (or 0x238ACB) is known color: Curious Blue. HEX triplet: 23, 8A and CB. RGB value is (35,138,203). Sum of RGB (Red+Green+Blue) = 35+138+203=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #238ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ACB is #DC7534. Grayscale: #727272. Windows color (decimal): -14447925 or 13339171. OLE color: 13339171.
HSL color Cylindrical-coordinate representation of color #238ACB: hue angle of 203.21º 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 #238ACB is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 138 | 203 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.20 |
| HSL | 203.21º | 0.71% | 0.47% | - |
| HSV(B) | 203.21º | 0.83% | 0.8% | - |
| XYZ | 20.56 | 22.85 | 59.83 | - |
| YUV | 114.61 | 177.88 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 203 | 0.83 | 0.32 | 0 | 0.20 | 203.21 | 0.71 | 0.47 |
| Hex | 23 | 8A | CB | 53 | 20 | 0 | 14 | CB | 47 | 2F |
| Octal | 43 | 212 | 313 | 123 | 40 | 0 | 24 | 313 | 107 | 57 |
| Binary | 100011 | 10001010 | 11001011 | 1010011 | 100000 | 0 | 10100 | 11001011 | 1000111 | 101111 |
Color Harmonies of #238ACB
Complementary color
Monochromatic Colors of #238ACB
Black with #238ACB
Text Example
Text Example
White with #238ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238ACB; }
p { color: rgb(35,138,203); }
H1.HeaderClassName
{
color: #238ACB;
}
.AnyTagClassName
{
color: #238ACB;
}
</style>
background-color css
<style>
a { background-color: #238ACB; }
a { background-color: rgb(35,138,203); }
div.DivClassName
{
background-color: #238ACB;
}
.BgClassName
{
background-color: #238ACB;
}
</style>
border-color css
<style>
span { border-color: #238ACB; }
span { border-color: rgb(35,138,203); }
td.TdClassName
{
border-color: #238ACB;
}
.TagClassName
{
border-color: #238ACB;
}
</style>