Shades of Curious Blue #398CCC
Tints of Curious Blue #398CCC
RGB
CMYK
RGB Variations
Color information
#398CCC (or 0x398CCC) is known color: Curious Blue. HEX triplet: 39, 8C and CC. RGB value is (57,140,204). Sum of RGB (Red+Green+Blue) = 57+140+204=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #398CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CCC is #C67333. Grayscale: #7A7A7A. Windows color (decimal): -13005620 or 13405241. OLE color: 13405241.
HSL color Cylindrical-coordinate representation of color #398CCC: hue angle of 206.12º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398CCC is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 140 | 204 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.2 |
| HSL | 206.12º | 0.59% | 0.51% | - |
| HSV(B) | 206.12º | 0.72% | 0.8% | - |
| XYZ | 21.96 | 23.99 | 60.6 | - |
| YUV | 122.48 | 174 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 204 | 0.72 | 0.31 | 0 | 0.2 | 206.12 | 0.59 | 0.51 |
| Hex | 39 | 8C | CC | 48 | 1F | 0 | 14 | CE | 3B | 33 |
| Octal | 71 | 214 | 314 | 110 | 37 | 0 | 24 | 316 | 73 | 63 |
| Binary | 111001 | 10001100 | 11001100 | 1001000 | 11111 | 0 | 10100 | 11001110 | 111011 | 110011 |
Color Harmonies of #398CCC
Complementary color
Monochromatic Colors of #398CCC
Black with #398CCC
Text Example
Text Example
White with #398CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398CCC; }
p { color: rgb(57,140,204); }
H1.HeaderClassName
{
color: #398CCC;
}
.AnyTagClassName
{
color: #398CCC;
}
</style>
background-color css
<style>
a { background-color: #398CCC; }
a { background-color: rgb(57,140,204); }
div.DivClassName
{
background-color: #398CCC;
}
.BgClassName
{
background-color: #398CCC;
}
</style>
border-color css
<style>
span { border-color: #398CCC; }
span { border-color: rgb(57,140,204); }
td.TdClassName
{
border-color: #398CCC;
}
.TagClassName
{
border-color: #398CCC;
}
</style>