Shades of Curious Blue #397AC0
Tints of Curious Blue #397AC0
RGB
CMYK
RGB Variations
Color information
#397AC0 (or 0x397AC0) is known color: Curious Blue. HEX triplet: 39, 7A and C0. RGB value is (57,122,192). Sum of RGB (Red+Green+Blue) = 57+122+192=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #397AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AC0 is #C6853F. Grayscale: #6E6E6E. Windows color (decimal): -13010240 or 12614201. OLE color: 12614201.
HSL color Cylindrical-coordinate representation of color #397AC0: hue angle of 211.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397AC0 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 122 | 192 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.25 |
| HSL | 211.11º | 0.54% | 0.49% | - |
| HSV(B) | 211.11º | 0.7% | 0.75% | - |
| XYZ | 18.16 | 18.59 | 52.5 | - |
| YUV | 110.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 192 | 0.70 | 0.36 | 0 | 0.25 | 211.11 | 0.54 | 0.49 |
| Hex | 39 | 7A | C0 | 46 | 24 | 0 | 19 | D3 | 36 | 31 |
| Octal | 71 | 172 | 300 | 106 | 44 | 0 | 31 | 323 | 66 | 61 |
| Binary | 111001 | 1111010 | 11000000 | 1000110 | 100100 | 0 | 11001 | 11010011 | 110110 | 110001 |
Color Harmonies of #397AC0
Complementary color
Monochromatic Colors of #397AC0
Black with #397AC0
Text Example
Text Example
White with #397AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AC0; }
p { color: rgb(57,122,192); }
H1.HeaderClassName
{
color: #397AC0;
}
.AnyTagClassName
{
color: #397AC0;
}
</style>
background-color css
<style>
a { background-color: #397AC0; }
a { background-color: rgb(57,122,192); }
div.DivClassName
{
background-color: #397AC0;
}
.BgClassName
{
background-color: #397AC0;
}
</style>
border-color css
<style>
span { border-color: #397AC0; }
span { border-color: rgb(57,122,192); }
td.TdClassName
{
border-color: #397AC0;
}
.TagClassName
{
border-color: #397AC0;
}
</style>