Shades of Curious Blue #398DDA
Tints of Curious Blue #398DDA
RGB
CMYK
RGB Variations
Color information
#398DDA (or 0x398DDA) is known color: Curious Blue. HEX triplet: 39, 8D and DA. RGB value is (57,141,218). Sum of RGB (Red+Green+Blue) = 57+141+218=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #398DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DDA is #C67225. Grayscale: #7C7C7C. Windows color (decimal): -13005350 or 14323001. OLE color: 14323001.
HSL color Cylindrical-coordinate representation of color #398DDA: hue angle of 208.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398DDA is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 141 | 218 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.15 |
| HSL | 208.7º | 0.69% | 0.54% | - |
| HSV(B) | 208.7º | 0.74% | 0.85% | - |
| XYZ | 23.87 | 24.98 | 69.89 | - |
| YUV | 124.66 | 180.67 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 218 | 0.74 | 0.35 | 0 | 0.15 | 208.7 | 0.69 | 0.54 |
| Hex | 39 | 8D | DA | 4A | 23 | 0 | F | D1 | 45 | 36 |
| Octal | 71 | 215 | 332 | 112 | 43 | 0 | 17 | 321 | 105 | 66 |
| Binary | 111001 | 10001101 | 11011010 | 1001010 | 100011 | 0 | 1111 | 11010001 | 1000101 | 110110 |
Color Harmonies of #398DDA
Complementary color
Monochromatic Colors of #398DDA
Black with #398DDA
Text Example
Text Example
White with #398DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DDA; }
p { color: rgb(57,141,218); }
H1.HeaderClassName
{
color: #398DDA;
}
.AnyTagClassName
{
color: #398DDA;
}
</style>
background-color css
<style>
a { background-color: #398DDA; }
a { background-color: rgb(57,141,218); }
div.DivClassName
{
background-color: #398DDA;
}
.BgClassName
{
background-color: #398DDA;
}
</style>
border-color css
<style>
span { border-color: #398DDA; }
span { border-color: rgb(57,141,218); }
td.TdClassName
{
border-color: #398DDA;
}
.TagClassName
{
border-color: #398DDA;
}
</style>