Shades of Curious Blue #398EC7
Tints of Curious Blue #398EC7
RGB
CMYK
RGB Variations
Color information
#398EC7 (or 0x398EC7) is known color: Curious Blue. HEX triplet: 39, 8E and C7. RGB value is (57,142,199). Sum of RGB (Red+Green+Blue) = 57+142+199=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #398EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398EC7 is #C67138. Grayscale: #7A7A7A. Windows color (decimal): -13005113 or 13078073. OLE color: 13078073.
HSL color Cylindrical-coordinate representation of color #398EC7: hue angle of 204.08º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #398EC7 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 142 | 199 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.22 |
| HSL | 204.08º | 0.56% | 0.5% | - |
| HSV(B) | 204.08º | 0.71% | 0.78% | - |
| XYZ | 21.67 | 24.34 | 57.59 | - |
| YUV | 123.08 | 170.84 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 199 | 0.71 | 0.29 | 0 | 0.22 | 204.08 | 0.56 | 0.5 |
| Hex | 39 | 8E | C7 | 47 | 1D | 0 | 16 | CC | 38 | 32 |
| Octal | 71 | 216 | 307 | 107 | 35 | 0 | 26 | 314 | 70 | 62 |
| Binary | 111001 | 10001110 | 11000111 | 1000111 | 11101 | 0 | 10110 | 11001100 | 111000 | 110010 |
Color Harmonies of #398EC7
Complementary color
Monochromatic Colors of #398EC7
Black with #398EC7
Text Example
Text Example
White with #398EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398EC7; }
p { color: rgb(57,142,199); }
H1.HeaderClassName
{
color: #398EC7;
}
.AnyTagClassName
{
color: #398EC7;
}
</style>
background-color css
<style>
a { background-color: #398EC7; }
a { background-color: rgb(57,142,199); }
div.DivClassName
{
background-color: #398EC7;
}
.BgClassName
{
background-color: #398EC7;
}
</style>
border-color css
<style>
span { border-color: #398EC7; }
span { border-color: rgb(57,142,199); }
td.TdClassName
{
border-color: #398EC7;
}
.TagClassName
{
border-color: #398EC7;
}
</style>