Shades of Curious Blue #398AD0
Tints of Curious Blue #398AD0
RGB
CMYK
RGB Variations
Color information
#398AD0 (or 0x398AD0) is known color: Curious Blue. HEX triplet: 39, 8A and D0. RGB value is (57,138,208). Sum of RGB (Red+Green+Blue) = 57+138+208=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #398AD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398AD0 is #C6752F. Grayscale: #797979. Windows color (decimal): -13006128 or 13666873. OLE color: 13666873.
HSL color Cylindrical-coordinate representation of color #398AD0: hue angle of 207.81º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #398AD0 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 138 | 208 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.18 |
| HSL | 207.81º | 0.62% | 0.52% | - |
| HSV(B) | 207.81º | 0.73% | 0.82% | - |
| XYZ | 22.16 | 23.6 | 63.06 | - |
| YUV | 121.76 | 176.66 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 208 | 0.73 | 0.34 | 0 | 0.18 | 207.81 | 0.62 | 0.52 |
| Hex | 39 | 8A | D0 | 49 | 22 | 0 | 12 | D0 | 3E | 34 |
| Octal | 71 | 212 | 320 | 111 | 42 | 0 | 22 | 320 | 76 | 64 |
| Binary | 111001 | 10001010 | 11010000 | 1001001 | 100010 | 0 | 10010 | 11010000 | 111110 | 110100 |
Color Harmonies of #398AD0
Complementary color
Monochromatic Colors of #398AD0
Black with #398AD0
Text Example
Text Example
White with #398AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398AD0; }
p { color: rgb(57,138,208); }
H1.HeaderClassName
{
color: #398AD0;
}
.AnyTagClassName
{
color: #398AD0;
}
</style>
background-color css
<style>
a { background-color: #398AD0; }
a { background-color: rgb(57,138,208); }
div.DivClassName
{
background-color: #398AD0;
}
.BgClassName
{
background-color: #398AD0;
}
</style>
border-color css
<style>
span { border-color: #398AD0; }
span { border-color: rgb(57,138,208); }
td.TdClassName
{
border-color: #398AD0;
}
.TagClassName
{
border-color: #398AD0;
}
</style>