Shades of Curious Blue #398DC3
Tints of Curious Blue #398DC3
RGB
CMYK
RGB Variations
Color information
#398DC3 (or 0x398DC3) is known color: Curious Blue. HEX triplet: 39, 8D and C3. RGB value is (57,141,195). Sum of RGB (Red+Green+Blue) = 57+141+195=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #398DC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DC3 is #C6723C. Grayscale: #797979. Windows color (decimal): -13005373 or 12815673. OLE color: 12815673.
HSL color Cylindrical-coordinate representation of color #398DC3: hue angle of 203.48º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #398DC3 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 141 | 195 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.24 |
| HSL | 203.48º | 0.55% | 0.49% | - |
| HSV(B) | 203.48º | 0.71% | 0.76% | - |
| XYZ | 21.06 | 23.86 | 55.13 | - |
| YUV | 122.04 | 169.17 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 195 | 0.71 | 0.28 | 0 | 0.24 | 203.48 | 0.55 | 0.49 |
| Hex | 39 | 8D | C3 | 47 | 1C | 0 | 18 | CB | 37 | 31 |
| Octal | 71 | 215 | 303 | 107 | 34 | 0 | 30 | 313 | 67 | 61 |
| Binary | 111001 | 10001101 | 11000011 | 1000111 | 11100 | 0 | 11000 | 11001011 | 110111 | 110001 |
Color Harmonies of #398DC3
Complementary color
Monochromatic Colors of #398DC3
Black with #398DC3
Text Example
Text Example
White with #398DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DC3; }
p { color: rgb(57,141,195); }
H1.HeaderClassName
{
color: #398DC3;
}
.AnyTagClassName
{
color: #398DC3;
}
</style>
background-color css
<style>
a { background-color: #398DC3; }
a { background-color: rgb(57,141,195); }
div.DivClassName
{
background-color: #398DC3;
}
.BgClassName
{
background-color: #398DC3;
}
</style>
border-color css
<style>
span { border-color: #398DC3; }
span { border-color: rgb(57,141,195); }
td.TdClassName
{
border-color: #398DC3;
}
.TagClassName
{
border-color: #398DC3;
}
</style>