Shades of Curious Blue #398FC3
Tints of Curious Blue #398FC3
RGB
CMYK
RGB Variations
Color information
#398FC3 (or 0x398FC3) is known color: Curious Blue. HEX triplet: 39, 8F and C3. RGB value is (57,143,195). Sum of RGB (Red+Green+Blue) = 57+143+195=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #398FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FC3 is #C6703C. Grayscale: #7A7A7A. Windows color (decimal): -13004861 or 12816185. OLE color: 12816185.
HSL color Cylindrical-coordinate representation of color #398FC3: hue angle of 202.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #398FC3 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 143 | 195 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.24 |
| HSL | 202.61º | 0.55% | 0.49% | - |
| HSV(B) | 202.61º | 0.71% | 0.76% | - |
| XYZ | 21.36 | 24.45 | 55.22 | - |
| YUV | 123.21 | 168.51 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 195 | 0.71 | 0.27 | 0 | 0.24 | 202.61 | 0.55 | 0.49 |
| Hex | 39 | 8F | C3 | 47 | 1B | 0 | 18 | CB | 37 | 31 |
| Octal | 71 | 217 | 303 | 107 | 33 | 0 | 30 | 313 | 67 | 61 |
| Binary | 111001 | 10001111 | 11000011 | 1000111 | 11011 | 0 | 11000 | 11001011 | 110111 | 110001 |
Color Harmonies of #398FC3
Complementary color
Monochromatic Colors of #398FC3
Black with #398FC3
Text Example
Text Example
White with #398FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FC3; }
p { color: rgb(57,143,195); }
H1.HeaderClassName
{
color: #398FC3;
}
.AnyTagClassName
{
color: #398FC3;
}
</style>
background-color css
<style>
a { background-color: #398FC3; }
a { background-color: rgb(57,143,195); }
div.DivClassName
{
background-color: #398FC3;
}
.BgClassName
{
background-color: #398FC3;
}
</style>
border-color css
<style>
span { border-color: #398FC3; }
span { border-color: rgb(57,143,195); }
td.TdClassName
{
border-color: #398FC3;
}
.TagClassName
{
border-color: #398FC3;
}
</style>