Shades of Curious Blue #398ED6
Tints of Curious Blue #398ED6
RGB
CMYK
RGB Variations
Color information
#398ED6 (or 0x398ED6) is known color: Curious Blue. HEX triplet: 39, 8E and D6. RGB value is (57,142,214). Sum of RGB (Red+Green+Blue) = 57+142+214=413 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.80% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #398ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ED6 is #C67129. Grayscale: #7C7C7C. Windows color (decimal): -13005098 or 14061113. OLE color: 14061113.
HSL color Cylindrical-coordinate representation of color #398ED6: hue angle of 207.52º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #398ED6 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 142 | 214 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.16 |
| HSL | 207.52º | 0.66% | 0.53% | - |
| HSV(B) | 207.52º | 0.73% | 0.84% | - |
| XYZ | 23.5 | 25.07 | 67.22 | - |
| YUV | 124.79 | 178.34 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 214 | 0.73 | 0.34 | 0 | 0.16 | 207.52 | 0.66 | 0.53 |
| Hex | 39 | 8E | D6 | 49 | 22 | 0 | 10 | D0 | 42 | 35 |
| Octal | 71 | 216 | 326 | 111 | 42 | 0 | 20 | 320 | 102 | 65 |
| Binary | 111001 | 10001110 | 11010110 | 1001001 | 100010 | 0 | 10000 | 11010000 | 1000010 | 110101 |
Color Harmonies of #398ED6
Complementary color
Monochromatic Colors of #398ED6
Black with #398ED6
Text Example
Text Example
White with #398ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398ED6; }
p { color: rgb(57,142,214); }
H1.HeaderClassName
{
color: #398ED6;
}
.AnyTagClassName
{
color: #398ED6;
}
</style>
background-color css
<style>
a { background-color: #398ED6; }
a { background-color: rgb(57,142,214); }
div.DivClassName
{
background-color: #398ED6;
}
.BgClassName
{
background-color: #398ED6;
}
</style>
border-color css
<style>
span { border-color: #398ED6; }
span { border-color: rgb(57,142,214); }
td.TdClassName
{
border-color: #398ED6;
}
.TagClassName
{
border-color: #398ED6;
}
</style>