Shades of Curious Blue #398FBC
Tints of Curious Blue #398FBC
RGB
CMYK
RGB Variations
Color information
#398FBC (or 0x398FBC) is known color: Curious Blue. HEX triplet: 39, 8F and BC. RGB value is (57,143,188). Sum of RGB (Red+Green+Blue) = 57+143+188=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #398FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FBC is #C67043. Grayscale: #7A7A7A. Windows color (decimal): -13004868 or 12357433. OLE color: 12357433.
HSL color Cylindrical-coordinate representation of color #398FBC: hue angle of 200.61º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398FBC is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 143 | 188 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.26 |
| HSL | 200.61º | 0.53% | 0.48% | - |
| HSV(B) | 200.61º | 0.7% | 0.74% | - |
| XYZ | 20.59 | 24.15 | 51.15 | - |
| YUV | 122.42 | 165.01 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 188 | 0.70 | 0.24 | 0 | 0.26 | 200.61 | 0.53 | 0.48 |
| Hex | 39 | 8F | BC | 46 | 18 | 0 | 1A | C9 | 35 | 30 |
| Octal | 71 | 217 | 274 | 106 | 30 | 0 | 32 | 311 | 65 | 60 |
| Binary | 111001 | 10001111 | 10111100 | 1000110 | 11000 | 0 | 11010 | 11001001 | 110101 | 110000 |
Color Harmonies of #398FBC
Complementary color
Monochromatic Colors of #398FBC
Black with #398FBC
Text Example
Text Example
White with #398FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FBC; }
p { color: rgb(57,143,188); }
H1.HeaderClassName
{
color: #398FBC;
}
.AnyTagClassName
{
color: #398FBC;
}
</style>
background-color css
<style>
a { background-color: #398FBC; }
a { background-color: rgb(57,143,188); }
div.DivClassName
{
background-color: #398FBC;
}
.BgClassName
{
background-color: #398FBC;
}
</style>
border-color css
<style>
span { border-color: #398FBC; }
span { border-color: rgb(57,143,188); }
td.TdClassName
{
border-color: #398FBC;
}
.TagClassName
{
border-color: #398FBC;
}
</style>