Shades of Curious Blue #398ADC
Tints of Curious Blue #398ADC
RGB
CMYK
RGB Variations
Color information
#398ADC (or 0x398ADC) is known color: Curious Blue. HEX triplet: 39, 8A and DC. RGB value is (57,138,220). Sum of RGB (Red+Green+Blue) = 57+138+220=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #398ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ADC is #C67523. Grayscale: #7A7A7A. Windows color (decimal): -13006116 or 14453305. OLE color: 14453305.
HSL color Cylindrical-coordinate representation of color #398ADC: hue angle of 210.18º 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 #398ADC is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 138 | 220 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.14 |
| HSL | 210.18º | 0.7% | 0.54% | - |
| HSV(B) | 210.18º | 0.74% | 0.86% | - |
| XYZ | 23.69 | 24.21 | 71.14 | - |
| YUV | 123.13 | 182.66 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 220 | 0.74 | 0.37 | 0 | 0.14 | 210.18 | 0.7 | 0.54 |
| Hex | 39 | 8A | DC | 4A | 25 | 0 | E | D2 | 46 | 36 |
| Octal | 71 | 212 | 334 | 112 | 45 | 0 | 16 | 322 | 106 | 66 |
| Binary | 111001 | 10001010 | 11011100 | 1001010 | 100101 | 0 | 1110 | 11010010 | 1000110 | 110110 |
Color Harmonies of #398ADC
Complementary color
Monochromatic Colors of #398ADC
Black with #398ADC
Text Example
Text Example
White with #398ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398ADC; }
p { color: rgb(57,138,220); }
H1.HeaderClassName
{
color: #398ADC;
}
.AnyTagClassName
{
color: #398ADC;
}
</style>
background-color css
<style>
a { background-color: #398ADC; }
a { background-color: rgb(57,138,220); }
div.DivClassName
{
background-color: #398ADC;
}
.BgClassName
{
background-color: #398ADC;
}
</style>
border-color css
<style>
span { border-color: #398ADC; }
span { border-color: rgb(57,138,220); }
td.TdClassName
{
border-color: #398ADC;
}
.TagClassName
{
border-color: #398ADC;
}
</style>