Shades of Curious Blue #398ED2
Tints of Curious Blue #398ED2
RGB
CMYK
RGB Variations
Color information
#398ED2 (or 0x398ED2) is known color: Curious Blue. HEX triplet: 39, 8E and D2. RGB value is (57,142,210). Sum of RGB (Red+Green+Blue) = 57+142+210=409 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.94% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 210 (82.42% from 255 or 51.34% from 409); Max value from RGB is 210 - color contains mainly: blue. Hex color #398ED2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ED2 is #C6712D. Grayscale: #7B7B7B. Windows color (decimal): -13005102 or 13798969. OLE color: 13798969.
HSL color Cylindrical-coordinate representation of color #398ED2: hue angle of 206.67º degrees, saturation: 0.63, 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 #398ED2 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 142 | 210 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.18 |
| HSL | 206.67º | 0.63% | 0.52% | - |
| HSV(B) | 206.67º | 0.73% | 0.82% | - |
| XYZ | 22.99 | 24.87 | 64.56 | - |
| YUV | 124.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 210 | 0.73 | 0.32 | 0 | 0.18 | 206.67 | 0.63 | 0.52 |
| Hex | 39 | 8E | D2 | 49 | 20 | 0 | 12 | CF | 3F | 34 |
| Octal | 71 | 216 | 322 | 111 | 40 | 0 | 22 | 317 | 77 | 64 |
| Binary | 111001 | 10001110 | 11010010 | 1001001 | 100000 | 0 | 10010 | 11001111 | 111111 | 110100 |
Color Harmonies of #398ED2
Complementary color
Monochromatic Colors of #398ED2
Black with #398ED2
Text Example
Text Example
White with #398ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398ED2; }
p { color: rgb(57,142,210); }
H1.HeaderClassName
{
color: #398ED2;
}
.AnyTagClassName
{
color: #398ED2;
}
</style>
background-color css
<style>
a { background-color: #398ED2; }
a { background-color: rgb(57,142,210); }
div.DivClassName
{
background-color: #398ED2;
}
.BgClassName
{
background-color: #398ED2;
}
</style>
border-color css
<style>
span { border-color: #398ED2; }
span { border-color: rgb(57,142,210); }
td.TdClassName
{
border-color: #398ED2;
}
.TagClassName
{
border-color: #398ED2;
}
</style>