Shades of Curious Blue #398ECB
Tints of Curious Blue #398ECB
RGB
CMYK
RGB Variations
Color information
#398ECB (or 0x398ECB) is known color: Curious Blue. HEX triplet: 39, 8E and CB. RGB value is (57,142,203). Sum of RGB (Red+Green+Blue) = 57+142+203=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #398ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ECB is #C67134. Grayscale: #7B7B7B. Windows color (decimal): -13005109 or 13340217. OLE color: 13340217.
HSL color Cylindrical-coordinate representation of color #398ECB: hue angle of 205.07º degrees, saturation: 0.58, 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 #398ECB is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 142 | 203 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.20 |
| HSL | 205.07º | 0.58% | 0.51% | - |
| HSV(B) | 205.07º | 0.72% | 0.8% | - |
| XYZ | 22.14 | 24.53 | 60.07 | - |
| YUV | 123.54 | 172.84 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 203 | 0.72 | 0.30 | 0 | 0.20 | 205.07 | 0.58 | 0.51 |
| Hex | 39 | 8E | CB | 48 | 1E | 0 | 14 | CD | 3A | 33 |
| Octal | 71 | 216 | 313 | 110 | 36 | 0 | 24 | 315 | 72 | 63 |
| Binary | 111001 | 10001110 | 11001011 | 1001000 | 11110 | 0 | 10100 | 11001101 | 111010 | 110011 |
Color Harmonies of #398ECB
Complementary color
Monochromatic Colors of #398ECB
Black with #398ECB
Text Example
Text Example
White with #398ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398ECB; }
p { color: rgb(57,142,203); }
H1.HeaderClassName
{
color: #398ECB;
}
.AnyTagClassName
{
color: #398ECB;
}
</style>
background-color css
<style>
a { background-color: #398ECB; }
a { background-color: rgb(57,142,203); }
div.DivClassName
{
background-color: #398ECB;
}
.BgClassName
{
background-color: #398ECB;
}
</style>
border-color css
<style>
span { border-color: #398ECB; }
span { border-color: rgb(57,142,203); }
td.TdClassName
{
border-color: #398ECB;
}
.TagClassName
{
border-color: #398ECB;
}
</style>