Shades of Curious Blue #398BDC
Tints of Curious Blue #398BDC
RGB
CMYK
RGB Variations
Color information
#398BDC (or 0x398BDC) is known color: Curious Blue. HEX triplet: 39, 8B and DC. RGB value is (57,139,220). Sum of RGB (Red+Green+Blue) = 57+139+220=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #398BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BDC is #C67423. Grayscale: #7B7B7B. Windows color (decimal): -13005860 or 14453561. OLE color: 14453561.
HSL color Cylindrical-coordinate representation of color #398BDC: hue angle of 209.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398BDC is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 139 | 220 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.14 |
| HSL | 209.82º | 0.7% | 0.54% | - |
| HSV(B) | 209.82º | 0.74% | 0.86% | - |
| XYZ | 23.84 | 24.5 | 71.18 | - |
| YUV | 123.72 | 182.33 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 220 | 0.74 | 0.37 | 0 | 0.14 | 209.82 | 0.7 | 0.54 |
| Hex | 39 | 8B | DC | 4A | 25 | 0 | E | D2 | 46 | 36 |
| Octal | 71 | 213 | 334 | 112 | 45 | 0 | 16 | 322 | 106 | 66 |
| Binary | 111001 | 10001011 | 11011100 | 1001010 | 100101 | 0 | 1110 | 11010010 | 1000110 | 110110 |
Color Harmonies of #398BDC
Complementary color
Monochromatic Colors of #398BDC
Black with #398BDC
Text Example
Text Example
White with #398BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398BDC; }
p { color: rgb(57,139,220); }
H1.HeaderClassName
{
color: #398BDC;
}
.AnyTagClassName
{
color: #398BDC;
}
</style>
background-color css
<style>
a { background-color: #398BDC; }
a { background-color: rgb(57,139,220); }
div.DivClassName
{
background-color: #398BDC;
}
.BgClassName
{
background-color: #398BDC;
}
</style>
border-color css
<style>
span { border-color: #398BDC; }
span { border-color: rgb(57,139,220); }
td.TdClassName
{
border-color: #398BDC;
}
.TagClassName
{
border-color: #398BDC;
}
</style>