Shades of Curious Blue #397AAF
Tints of Curious Blue #397AAF
RGB
CMYK
RGB Variations
Color information
#397AAF (or 0x397AAF) is known color: Curious Blue. HEX triplet: 39, 7A and AF. RGB value is (57,122,175). Sum of RGB (Red+Green+Blue) = 57+122+175=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #397AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397AAF is #C68550. Grayscale: #6C6C6C. Windows color (decimal): -13010257 or 11500089. OLE color: 11500089.
HSL color Cylindrical-coordinate representation of color #397AAF: hue angle of 206.95º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397AAF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 122 | 175 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.31 |
| HSL | 206.95º | 0.51% | 0.45% | - |
| HSV(B) | 206.95º | 0.67% | 0.69% | - |
| XYZ | 16.38 | 17.88 | 43.15 | - |
| YUV | 108.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 175 | 0.67 | 0.30 | 0 | 0.31 | 206.95 | 0.51 | 0.45 |
| Hex | 39 | 7A | AF | 43 | 1E | 0 | 1F | CF | 33 | 2D |
| Octal | 71 | 172 | 257 | 103 | 36 | 0 | 37 | 317 | 63 | 55 |
| Binary | 111001 | 1111010 | 10101111 | 1000011 | 11110 | 0 | 11111 | 11001111 | 110011 | 101101 |
Color Harmonies of #397AAF
Complementary color
Monochromatic Colors of #397AAF
Black with #397AAF
Text Example
Text Example
White with #397AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AAF; }
p { color: rgb(57,122,175); }
H1.HeaderClassName
{
color: #397AAF;
}
.AnyTagClassName
{
color: #397AAF;
}
</style>
background-color css
<style>
a { background-color: #397AAF; }
a { background-color: rgb(57,122,175); }
div.DivClassName
{
background-color: #397AAF;
}
.BgClassName
{
background-color: #397AAF;
}
</style>
border-color css
<style>
span { border-color: #397AAF; }
span { border-color: rgb(57,122,175); }
td.TdClassName
{
border-color: #397AAF;
}
.TagClassName
{
border-color: #397AAF;
}
</style>