Shades of Curious Blue #397BC5
Tints of Curious Blue #397BC5
RGB
CMYK
RGB Variations
Color information
#397BC5 (or 0x397BC5) is known color: Curious Blue. HEX triplet: 39, 7B and C5. RGB value is (57,123,197). Sum of RGB (Red+Green+Blue) = 57+123+197=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #397BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BC5 is #C6843A. Grayscale: #6F6F6F. Windows color (decimal): -13009979 or 12942137. OLE color: 12942137.
HSL color Cylindrical-coordinate representation of color #397BC5: hue angle of 211.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #397BC5 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 123 | 197 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.23 |
| HSL | 211.71º | 0.55% | 0.5% | - |
| HSV(B) | 211.71º | 0.71% | 0.77% | - |
| XYZ | 18.85 | 19.07 | 55.51 | - |
| YUV | 111.7 | 176.13 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 197 | 0.71 | 0.38 | 0 | 0.23 | 211.71 | 0.55 | 0.5 |
| Hex | 39 | 7B | C5 | 47 | 26 | 0 | 17 | D4 | 37 | 32 |
| Octal | 71 | 173 | 305 | 107 | 46 | 0 | 27 | 324 | 67 | 62 |
| Binary | 111001 | 1111011 | 11000101 | 1000111 | 100110 | 0 | 10111 | 11010100 | 110111 | 110010 |
Color Harmonies of #397BC5
Complementary color
Monochromatic Colors of #397BC5
Black with #397BC5
Text Example
Text Example
White with #397BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BC5; }
p { color: rgb(57,123,197); }
H1.HeaderClassName
{
color: #397BC5;
}
.AnyTagClassName
{
color: #397BC5;
}
</style>
background-color css
<style>
a { background-color: #397BC5; }
a { background-color: rgb(57,123,197); }
div.DivClassName
{
background-color: #397BC5;
}
.BgClassName
{
background-color: #397BC5;
}
</style>
border-color css
<style>
span { border-color: #397BC5; }
span { border-color: rgb(57,123,197); }
td.TdClassName
{
border-color: #397BC5;
}
.TagClassName
{
border-color: #397BC5;
}
</style>