Shades of Curious Blue #398ABB
Tints of Curious Blue #398ABB
RGB
CMYK
RGB Variations
Color information
#398ABB (or 0x398ABB) is known color: Curious Blue. HEX triplet: 39, 8A and BB. RGB value is (57,138,187). Sum of RGB (Red+Green+Blue) = 57+138+187=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #398ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ABB is #C67544. Grayscale: #777777. Windows color (decimal): -13006149 or 12290617. OLE color: 12290617.
HSL color Cylindrical-coordinate representation of color #398ABB: hue angle of 202.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398ABB is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 138 | 187 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.27 |
| HSL | 202.62º | 0.53% | 0.48% | - |
| HSV(B) | 202.62º | 0.7% | 0.73% | - |
| XYZ | 19.75 | 22.63 | 50.34 | - |
| YUV | 119.37 | 166.16 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 187 | 0.70 | 0.26 | 0 | 0.27 | 202.62 | 0.53 | 0.48 |
| Hex | 39 | 8A | BB | 46 | 1A | 0 | 1B | CB | 35 | 30 |
| Octal | 71 | 212 | 273 | 106 | 32 | 0 | 33 | 313 | 65 | 60 |
| Binary | 111001 | 10001010 | 10111011 | 1000110 | 11010 | 0 | 11011 | 11001011 | 110101 | 110000 |
Color Harmonies of #398ABB
Complementary color
Monochromatic Colors of #398ABB
Black with #398ABB
Text Example
Text Example
White with #398ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398ABB; }
p { color: rgb(57,138,187); }
H1.HeaderClassName
{
color: #398ABB;
}
.AnyTagClassName
{
color: #398ABB;
}
</style>
background-color css
<style>
a { background-color: #398ABB; }
a { background-color: rgb(57,138,187); }
div.DivClassName
{
background-color: #398ABB;
}
.BgClassName
{
background-color: #398ABB;
}
</style>
border-color css
<style>
span { border-color: #398ABB; }
span { border-color: rgb(57,138,187); }
td.TdClassName
{
border-color: #398ABB;
}
.TagClassName
{
border-color: #398ABB;
}
</style>