Shades of Curious Blue #398CBD
Tints of Curious Blue #398CBD
RGB
CMYK
RGB Variations
Color information
#398CBD (or 0x398CBD) is known color: Curious Blue. HEX triplet: 39, 8C and BD. RGB value is (57,140,189). Sum of RGB (Red+Green+Blue) = 57+140+189=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #398CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CBD is #C67342. Grayscale: #787878. Windows color (decimal): -13005635 or 12422201. OLE color: 12422201.
HSL color Cylindrical-coordinate representation of color #398CBD: hue angle of 202.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398CBD is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 140 | 189 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.26 |
| HSL | 202.27º | 0.54% | 0.48% | - |
| HSV(B) | 202.27º | 0.7% | 0.74% | - |
| XYZ | 20.25 | 23.3 | 51.57 | - |
| YUV | 120.77 | 166.5 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 189 | 0.70 | 0.26 | 0 | 0.26 | 202.27 | 0.54 | 0.48 |
| Hex | 39 | 8C | BD | 46 | 1A | 0 | 1A | CA | 36 | 30 |
| Octal | 71 | 214 | 275 | 106 | 32 | 0 | 32 | 312 | 66 | 60 |
| Binary | 111001 | 10001100 | 10111101 | 1000110 | 11010 | 0 | 11010 | 11001010 | 110110 | 110000 |
Color Harmonies of #398CBD
Complementary color
Monochromatic Colors of #398CBD
Black with #398CBD
Text Example
Text Example
White with #398CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CBD; }
p { color: rgb(57,140,189); }
H1.HeaderClassName
{
color: #398CBD;
}
.AnyTagClassName
{
color: #398CBD;
}
</style>
background-color css
<style>
a { background-color: #398CBD; }
a { background-color: rgb(57,140,189); }
div.DivClassName
{
background-color: #398CBD;
}
.BgClassName
{
background-color: #398CBD;
}
</style>
border-color css
<style>
span { border-color: #398CBD; }
span { border-color: rgb(57,140,189); }
td.TdClassName
{
border-color: #398CBD;
}
.TagClassName
{
border-color: #398CBD;
}
</style>