Shades of Curious Blue #398DB5
Tints of Curious Blue #398DB5
RGB
CMYK
RGB Variations
Color information
#398DB5 (or 0x398DB5) is known color: Curious Blue. HEX triplet: 39, 8D and B5. RGB value is (57,141,181). Sum of RGB (Red+Green+Blue) = 57+141+181=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #398DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DB5 is #C6724A. Grayscale: #787878. Windows color (decimal): -13005387 or 11898169. OLE color: 11898169.
HSL color Cylindrical-coordinate representation of color #398DB5: hue angle of 199.35º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #398DB5 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 141 | 181 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.29 |
| HSL | 199.35º | 0.52% | 0.47% | - |
| HSV(B) | 199.35º | 0.69% | 0.71% | - |
| XYZ | 19.55 | 23.26 | 47.17 | - |
| YUV | 120.44 | 162.17 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 181 | 0.69 | 0.22 | 0 | 0.29 | 199.35 | 0.52 | 0.47 |
| Hex | 39 | 8D | B5 | 45 | 16 | 0 | 1D | C7 | 34 | 2F |
| Octal | 71 | 215 | 265 | 105 | 26 | 0 | 35 | 307 | 64 | 57 |
| Binary | 111001 | 10001101 | 10110101 | 1000101 | 10110 | 0 | 11101 | 11000111 | 110100 | 101111 |
Color Harmonies of #398DB5
Complementary color
Monochromatic Colors of #398DB5
Black with #398DB5
Text Example
Text Example
White with #398DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398DB5; }
p { color: rgb(57,141,181); }
H1.HeaderClassName
{
color: #398DB5;
}
.AnyTagClassName
{
color: #398DB5;
}
</style>
background-color css
<style>
a { background-color: #398DB5; }
a { background-color: rgb(57,141,181); }
div.DivClassName
{
background-color: #398DB5;
}
.BgClassName
{
background-color: #398DB5;
}
</style>
border-color css
<style>
span { border-color: #398DB5; }
span { border-color: rgb(57,141,181); }
td.TdClassName
{
border-color: #398DB5;
}
.TagClassName
{
border-color: #398DB5;
}
</style>