Shades of Curious Blue #398CD2
Tints of Curious Blue #398CD2
RGB
CMYK
RGB Variations
Color information
#398CD2 (or 0x398CD2) is known color: Curious Blue. HEX triplet: 39, 8C and D2. RGB value is (57,140,210). Sum of RGB (Red+Green+Blue) = 57+140+210=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 210 (82.42% from 255 or 51.60% from 407); Max value from RGB is 210 - color contains mainly: blue. Hex color #398CD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CD2 is #C6732D. Grayscale: #7A7A7A. Windows color (decimal): -13005614 or 13798457. OLE color: 13798457.
HSL color Cylindrical-coordinate representation of color #398CD2: hue angle of 207.45º 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 #398CD2 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 140 | 210 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.18 |
| HSL | 207.45º | 0.63% | 0.52% | - |
| HSV(B) | 207.45º | 0.73% | 0.82% | - |
| XYZ | 22.7 | 24.28 | 64.46 | - |
| YUV | 123.16 | 177 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 210 | 0.73 | 0.33 | 0 | 0.18 | 207.45 | 0.63 | 0.52 |
| Hex | 39 | 8C | D2 | 49 | 21 | 0 | 12 | CF | 3F | 34 |
| Octal | 71 | 214 | 322 | 111 | 41 | 0 | 22 | 317 | 77 | 64 |
| Binary | 111001 | 10001100 | 11010010 | 1001001 | 100001 | 0 | 10010 | 11001111 | 111111 | 110100 |
Color Harmonies of #398CD2
Complementary color
Monochromatic Colors of #398CD2
Black with #398CD2
Text Example
Text Example
White with #398CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CD2; }
p { color: rgb(57,140,210); }
H1.HeaderClassName
{
color: #398CD2;
}
.AnyTagClassName
{
color: #398CD2;
}
</style>
background-color css
<style>
a { background-color: #398CD2; }
a { background-color: rgb(57,140,210); }
div.DivClassName
{
background-color: #398CD2;
}
.BgClassName
{
background-color: #398CD2;
}
</style>
border-color css
<style>
span { border-color: #398CD2; }
span { border-color: rgb(57,140,210); }
td.TdClassName
{
border-color: #398CD2;
}
.TagClassName
{
border-color: #398CD2;
}
</style>