Shades of Curious Blue #398CBE
Tints of Curious Blue #398CBE
RGB
CMYK
RGB Variations
Color information
#398CBE (or 0x398CBE) is known color: Curious Blue. HEX triplet: 39, 8C and BE. RGB value is (57,140,190). Sum of RGB (Red+Green+Blue) = 57+140+190=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #398CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CBE is #C67341. Grayscale: #787878. Windows color (decimal): -13005634 or 12487737. OLE color: 12487737.
HSL color Cylindrical-coordinate representation of color #398CBE: hue angle of 202.56º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398CBE is Cyan = 0.7, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 140 | 190 | - |
| CMYK | 0.7 | 0.26 | 0 | 0.25 |
| HSL | 202.56º | 0.54% | 0.48% | - |
| HSV(B) | 202.56º | 0.7% | 0.75% | - |
| XYZ | 20.36 | 23.34 | 52.15 | - |
| YUV | 120.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 190 | 0.7 | 0.26 | 0 | 0.25 | 202.56 | 0.54 | 0.48 |
| Hex | 39 | 8C | BE | 46 | 1A | 0 | 19 | CB | 36 | 30 |
| Octal | 71 | 214 | 276 | 106 | 32 | 0 | 31 | 313 | 66 | 60 |
| Binary | 111001 | 10001100 | 10111110 | 1000110 | 11010 | 0 | 11001 | 11001011 | 110110 | 110000 |
Color Harmonies of #398CBE
Complementary color
Monochromatic Colors of #398CBE
Black with #398CBE
Text Example
Text Example
White with #398CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CBE; }
p { color: rgb(57,140,190); }
H1.HeaderClassName
{
color: #398CBE;
}
.AnyTagClassName
{
color: #398CBE;
}
</style>
background-color css
<style>
a { background-color: #398CBE; }
a { background-color: rgb(57,140,190); }
div.DivClassName
{
background-color: #398CBE;
}
.BgClassName
{
background-color: #398CBE;
}
</style>
border-color css
<style>
span { border-color: #398CBE; }
span { border-color: rgb(57,140,190); }
td.TdClassName
{
border-color: #398CBE;
}
.TagClassName
{
border-color: #398CBE;
}
</style>