Shades of Curious Blue #397AB6
Tints of Curious Blue #397AB6
RGB
CMYK
RGB Variations
Color information
#397AB6 (or 0x397AB6) is known color: Curious Blue. HEX triplet: 39, 7A and B6. RGB value is (57,122,182). Sum of RGB (Red+Green+Blue) = 57+122+182=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #397AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AB6 is #C68549. Grayscale: #6D6D6D. Windows color (decimal): -13010250 or 11958841. OLE color: 11958841.
HSL color Cylindrical-coordinate representation of color #397AB6: hue angle of 208.8º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397AB6 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 122 | 182 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.29 |
| HSL | 208.8º | 0.52% | 0.47% | - |
| HSV(B) | 208.8º | 0.69% | 0.71% | - |
| XYZ | 17.09 | 18.17 | 46.86 | - |
| YUV | 109.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 182 | 0.69 | 0.33 | 0 | 0.29 | 208.8 | 0.52 | 0.47 |
| Hex | 39 | 7A | B6 | 45 | 21 | 0 | 1D | D1 | 34 | 2F |
| Octal | 71 | 172 | 266 | 105 | 41 | 0 | 35 | 321 | 64 | 57 |
| Binary | 111001 | 1111010 | 10110110 | 1000101 | 100001 | 0 | 11101 | 11010001 | 110100 | 101111 |
Color Harmonies of #397AB6
Complementary color
Monochromatic Colors of #397AB6
Black with #397AB6
Text Example
Text Example
White with #397AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AB6; }
p { color: rgb(57,122,182); }
H1.HeaderClassName
{
color: #397AB6;
}
.AnyTagClassName
{
color: #397AB6;
}
</style>
background-color css
<style>
a { background-color: #397AB6; }
a { background-color: rgb(57,122,182); }
div.DivClassName
{
background-color: #397AB6;
}
.BgClassName
{
background-color: #397AB6;
}
</style>
border-color css
<style>
span { border-color: #397AB6; }
span { border-color: rgb(57,122,182); }
td.TdClassName
{
border-color: #397AB6;
}
.TagClassName
{
border-color: #397AB6;
}
</style>