Shades of Curious Blue #398FCB
Tints of Curious Blue #398FCB
RGB
CMYK
RGB Variations
Color information
#398FCB (or 0x398FCB) is known color: Curious Blue. HEX triplet: 39, 8F and CB. RGB value is (57,143,203). Sum of RGB (Red+Green+Blue) = 57+143+203=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #398FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FCB is #C67034. Grayscale: #7B7B7B. Windows color (decimal): -13004853 or 13340473. OLE color: 13340473.
HSL color Cylindrical-coordinate representation of color #398FCB: hue angle of 204.66º 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 #398FCB is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 143 | 203 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.20 |
| HSL | 204.66º | 0.58% | 0.51% | - |
| HSV(B) | 204.66º | 0.72% | 0.8% | - |
| XYZ | 22.29 | 24.83 | 60.12 | - |
| YUV | 124.13 | 172.51 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 203 | 0.72 | 0.30 | 0 | 0.20 | 204.66 | 0.58 | 0.51 |
| Hex | 39 | 8F | CB | 48 | 1E | 0 | 14 | CD | 3A | 33 |
| Octal | 71 | 217 | 313 | 110 | 36 | 0 | 24 | 315 | 72 | 63 |
| Binary | 111001 | 10001111 | 11001011 | 1001000 | 11110 | 0 | 10100 | 11001101 | 111010 | 110011 |
Color Harmonies of #398FCB
Complementary color
Monochromatic Colors of #398FCB
Black with #398FCB
Text Example
Text Example
White with #398FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FCB; }
p { color: rgb(57,143,203); }
H1.HeaderClassName
{
color: #398FCB;
}
.AnyTagClassName
{
color: #398FCB;
}
</style>
background-color css
<style>
a { background-color: #398FCB; }
a { background-color: rgb(57,143,203); }
div.DivClassName
{
background-color: #398FCB;
}
.BgClassName
{
background-color: #398FCB;
}
</style>
border-color css
<style>
span { border-color: #398FCB; }
span { border-color: rgb(57,143,203); }
td.TdClassName
{
border-color: #398FCB;
}
.TagClassName
{
border-color: #398FCB;
}
</style>