Shades of Curious Blue #398FBB
Tints of Curious Blue #398FBB
RGB
CMYK
RGB Variations
Color information
#398FBB (or 0x398FBB) is known color: Curious Blue. HEX triplet: 39, 8F and BB. RGB value is (57,143,187). Sum of RGB (Red+Green+Blue) = 57+143+187=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #398FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FBB is #C67044. Grayscale: #7A7A7A. Windows color (decimal): -13004869 or 12291897. OLE color: 12291897.
HSL color Cylindrical-coordinate representation of color #398FBB: hue angle of 200.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398FBB is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 143 | 187 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.27 |
| HSL | 200.31º | 0.53% | 0.48% | - |
| HSV(B) | 200.31º | 0.7% | 0.73% | - |
| XYZ | 20.48 | 24.1 | 50.59 | - |
| YUV | 122.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 187 | 0.70 | 0.24 | 0 | 0.27 | 200.31 | 0.53 | 0.48 |
| Hex | 39 | 8F | BB | 46 | 18 | 0 | 1B | C8 | 35 | 30 |
| Octal | 71 | 217 | 273 | 106 | 30 | 0 | 33 | 310 | 65 | 60 |
| Binary | 111001 | 10001111 | 10111011 | 1000110 | 11000 | 0 | 11011 | 11001000 | 110101 | 110000 |
Color Harmonies of #398FBB
Complementary color
Monochromatic Colors of #398FBB
Black with #398FBB
Text Example
Text Example
White with #398FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FBB; }
p { color: rgb(57,143,187); }
H1.HeaderClassName
{
color: #398FBB;
}
.AnyTagClassName
{
color: #398FBB;
}
</style>
background-color css
<style>
a { background-color: #398FBB; }
a { background-color: rgb(57,143,187); }
div.DivClassName
{
background-color: #398FBB;
}
.BgClassName
{
background-color: #398FBB;
}
</style>
border-color css
<style>
span { border-color: #398FBB; }
span { border-color: rgb(57,143,187); }
td.TdClassName
{
border-color: #398FBB;
}
.TagClassName
{
border-color: #398FBB;
}
</style>