Shades of Curious Blue #397CAA
Tints of Curious Blue #397CAA
RGB
CMYK
RGB Variations
Color information
#397CAA (or 0x397CAA) is known color: Curious Blue. HEX triplet: 39, 7C and AA. RGB value is (57,124,170). Sum of RGB (Red+Green+Blue) = 57+124+170=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #397CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397CAA is #C68355. Grayscale: #6C6C6C. Windows color (decimal): -13009750 or 11172921. OLE color: 11172921.
HSL color Cylindrical-coordinate representation of color #397CAA: hue angle of 204.42º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #397CAA is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 124 | 170 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.33 |
| HSL | 204.42º | 0.5% | 0.45% | - |
| HSV(B) | 204.42º | 0.66% | 0.67% | - |
| XYZ | 16.15 | 18.19 | 40.69 | - |
| YUV | 109.21 | 162.3 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 170 | 0.66 | 0.27 | 0 | 0.33 | 204.42 | 0.5 | 0.45 |
| Hex | 39 | 7C | AA | 42 | 1B | 0 | 21 | CC | 32 | 2D |
| Octal | 71 | 174 | 252 | 102 | 33 | 0 | 41 | 314 | 62 | 55 |
| Binary | 111001 | 1111100 | 10101010 | 1000010 | 11011 | 0 | 100001 | 11001100 | 110010 | 101101 |
Color Harmonies of #397CAA
Complementary color
Monochromatic Colors of #397CAA
Black with #397CAA
Text Example
Text Example
White with #397CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CAA; }
p { color: rgb(57,124,170); }
H1.HeaderClassName
{
color: #397CAA;
}
.AnyTagClassName
{
color: #397CAA;
}
</style>
background-color css
<style>
a { background-color: #397CAA; }
a { background-color: rgb(57,124,170); }
div.DivClassName
{
background-color: #397CAA;
}
.BgClassName
{
background-color: #397CAA;
}
</style>
border-color css
<style>
span { border-color: #397CAA; }
span { border-color: rgb(57,124,170); }
td.TdClassName
{
border-color: #397CAA;
}
.TagClassName
{
border-color: #397CAA;
}
</style>