Shades of Curious Blue #398ADA
Tints of Curious Blue #398ADA
RGB
CMYK
RGB Variations
Color information
#398ADA (or 0x398ADA) is known color: Curious Blue. HEX triplet: 39, 8A and DA. RGB value is (57,138,218). Sum of RGB (Red+Green+Blue) = 57+138+218=413 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.80% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #398ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ADA is #C67525. Grayscale: #7A7A7A. Windows color (decimal): -13006118 or 14322233. OLE color: 14322233.
HSL color Cylindrical-coordinate representation of color #398ADA: hue angle of 209.81º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398ADA is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 138 | 218 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.15 |
| HSL | 209.81º | 0.69% | 0.54% | - |
| HSV(B) | 209.81º | 0.74% | 0.85% | - |
| XYZ | 23.43 | 24.11 | 69.75 | - |
| YUV | 122.9 | 181.66 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 218 | 0.74 | 0.37 | 0 | 0.15 | 209.81 | 0.69 | 0.54 |
| Hex | 39 | 8A | DA | 4A | 25 | 0 | F | D2 | 45 | 36 |
| Octal | 71 | 212 | 332 | 112 | 45 | 0 | 17 | 322 | 105 | 66 |
| Binary | 111001 | 10001010 | 11011010 | 1001010 | 100101 | 0 | 1111 | 11010010 | 1000101 | 110110 |
Color Harmonies of #398ADA
Complementary color
Monochromatic Colors of #398ADA
Black with #398ADA
Text Example
Text Example
White with #398ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398ADA; }
p { color: rgb(57,138,218); }
H1.HeaderClassName
{
color: #398ADA;
}
.AnyTagClassName
{
color: #398ADA;
}
</style>
background-color css
<style>
a { background-color: #398ADA; }
a { background-color: rgb(57,138,218); }
div.DivClassName
{
background-color: #398ADA;
}
.BgClassName
{
background-color: #398ADA;
}
</style>
border-color css
<style>
span { border-color: #398ADA; }
span { border-color: rgb(57,138,218); }
td.TdClassName
{
border-color: #398ADA;
}
.TagClassName
{
border-color: #398ADA;
}
</style>