Shades of Curious Blue #398BCB
Tints of Curious Blue #398BCB
RGB
CMYK
RGB Variations
Color information
#398BCB (or 0x398BCB) is known color: Curious Blue. HEX triplet: 39, 8B and CB. RGB value is (57,139,203). Sum of RGB (Red+Green+Blue) = 57+139+203=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #398BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BCB is #C67434. Grayscale: #797979. Windows color (decimal): -13005877 or 13339449. OLE color: 13339449.
HSL color Cylindrical-coordinate representation of color #398BCB: hue angle of 206.3º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398BCB is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 139 | 203 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.20 |
| HSL | 206.3º | 0.58% | 0.51% | - |
| HSV(B) | 206.3º | 0.72% | 0.8% | - |
| XYZ | 21.7 | 23.65 | 59.92 | - |
| YUV | 121.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 203 | 0.72 | 0.32 | 0 | 0.20 | 206.3 | 0.58 | 0.51 |
| Hex | 39 | 8B | CB | 48 | 20 | 0 | 14 | CE | 3A | 33 |
| Octal | 71 | 213 | 313 | 110 | 40 | 0 | 24 | 316 | 72 | 63 |
| Binary | 111001 | 10001011 | 11001011 | 1001000 | 100000 | 0 | 10100 | 11001110 | 111010 | 110011 |
Color Harmonies of #398BCB
Complementary color
Monochromatic Colors of #398BCB
Black with #398BCB
Text Example
Text Example
White with #398BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398BCB; }
p { color: rgb(57,139,203); }
H1.HeaderClassName
{
color: #398BCB;
}
.AnyTagClassName
{
color: #398BCB;
}
</style>
background-color css
<style>
a { background-color: #398BCB; }
a { background-color: rgb(57,139,203); }
div.DivClassName
{
background-color: #398BCB;
}
.BgClassName
{
background-color: #398BCB;
}
</style>
border-color css
<style>
span { border-color: #398BCB; }
span { border-color: rgb(57,139,203); }
td.TdClassName
{
border-color: #398BCB;
}
.TagClassName
{
border-color: #398BCB;
}
</style>