Shades of Curious Blue #397DAE
Tints of Curious Blue #397DAE
RGB
CMYK
RGB Variations
Color information
#397DAE (or 0x397DAE) is known color: Curious Blue. HEX triplet: 39, 7D and AE. RGB value is (57,125,174). Sum of RGB (Red+Green+Blue) = 57+125+174=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #397DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397DAE is #C68251. Grayscale: #6D6D6D. Windows color (decimal): -13009490 or 11435321. OLE color: 11435321.
HSL color Cylindrical-coordinate representation of color #397DAE: hue angle of 205.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397DAE is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 125 | 174 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.32 |
| HSL | 205.13º | 0.51% | 0.45% | - |
| HSV(B) | 205.13º | 0.67% | 0.68% | - |
| XYZ | 16.66 | 18.59 | 42.76 | - |
| YUV | 110.25 | 163.97 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 174 | 0.67 | 0.28 | 0 | 0.32 | 205.13 | 0.51 | 0.45 |
| Hex | 39 | 7D | AE | 43 | 1C | 0 | 20 | CD | 33 | 2D |
| Octal | 71 | 175 | 256 | 103 | 34 | 0 | 40 | 315 | 63 | 55 |
| Binary | 111001 | 1111101 | 10101110 | 1000011 | 11100 | 0 | 100000 | 11001101 | 110011 | 101101 |
Color Harmonies of #397DAE
Complementary color
Monochromatic Colors of #397DAE
Black with #397DAE
Text Example
Text Example
White with #397DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DAE; }
p { color: rgb(57,125,174); }
H1.HeaderClassName
{
color: #397DAE;
}
.AnyTagClassName
{
color: #397DAE;
}
</style>
background-color css
<style>
a { background-color: #397DAE; }
a { background-color: rgb(57,125,174); }
div.DivClassName
{
background-color: #397DAE;
}
.BgClassName
{
background-color: #397DAE;
}
</style>
border-color css
<style>
span { border-color: #397DAE; }
span { border-color: rgb(57,125,174); }
td.TdClassName
{
border-color: #397DAE;
}
.TagClassName
{
border-color: #397DAE;
}
</style>