Shades of Curious Blue #397CC1
Tints of Curious Blue #397CC1
RGB
CMYK
RGB Variations
Color information
#397CC1 (or 0x397CC1) is known color: Curious Blue. HEX triplet: 39, 7C and C1. RGB value is (57,124,193). Sum of RGB (Red+Green+Blue) = 57+124+193=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #397CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CC1 is #C6833E. Grayscale: #6F6F6F. Windows color (decimal): -13009727 or 12680249. OLE color: 12680249.
HSL color Cylindrical-coordinate representation of color #397CC1: hue angle of 210.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397CC1 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 124 | 193 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.24 |
| HSL | 210.44º | 0.54% | 0.49% | - |
| HSV(B) | 210.44º | 0.7% | 0.76% | - |
| XYZ | 18.52 | 19.14 | 53.17 | - |
| YUV | 111.83 | 173.8 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 193 | 0.70 | 0.36 | 0 | 0.24 | 210.44 | 0.54 | 0.49 |
| Hex | 39 | 7C | C1 | 46 | 24 | 0 | 18 | D2 | 36 | 31 |
| Octal | 71 | 174 | 301 | 106 | 44 | 0 | 30 | 322 | 66 | 61 |
| Binary | 111001 | 1111100 | 11000001 | 1000110 | 100100 | 0 | 11000 | 11010010 | 110110 | 110001 |
Color Harmonies of #397CC1
Complementary color
Monochromatic Colors of #397CC1
Black with #397CC1
Text Example
Text Example
White with #397CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CC1; }
p { color: rgb(57,124,193); }
H1.HeaderClassName
{
color: #397CC1;
}
.AnyTagClassName
{
color: #397CC1;
}
</style>
background-color css
<style>
a { background-color: #397CC1; }
a { background-color: rgb(57,124,193); }
div.DivClassName
{
background-color: #397CC1;
}
.BgClassName
{
background-color: #397CC1;
}
</style>
border-color css
<style>
span { border-color: #397CC1; }
span { border-color: rgb(57,124,193); }
td.TdClassName
{
border-color: #397CC1;
}
.TagClassName
{
border-color: #397CC1;
}
</style>