Shades of Curious Blue #397BAF
Tints of Curious Blue #397BAF
RGB
CMYK
RGB Variations
Color information
#397BAF (or 0x397BAF) is known color: Curious Blue. HEX triplet: 39, 7B and AF. RGB value is (57,123,175). Sum of RGB (Red+Green+Blue) = 57+123+175=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #397BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397BAF is #C68450. Grayscale: #6C6C6C. Windows color (decimal): -13010001 or 11500345. OLE color: 11500345.
HSL color Cylindrical-coordinate representation of color #397BAF: hue angle of 206.44º 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 #397BAF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 123 | 175 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.31 |
| HSL | 206.44º | 0.51% | 0.45% | - |
| HSV(B) | 206.44º | 0.67% | 0.69% | - |
| XYZ | 16.51 | 18.13 | 43.19 | - |
| YUV | 109.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 175 | 0.67 | 0.30 | 0 | 0.31 | 206.44 | 0.51 | 0.45 |
| Hex | 39 | 7B | AF | 43 | 1E | 0 | 1F | CE | 33 | 2D |
| Octal | 71 | 173 | 257 | 103 | 36 | 0 | 37 | 316 | 63 | 55 |
| Binary | 111001 | 1111011 | 10101111 | 1000011 | 11110 | 0 | 11111 | 11001110 | 110011 | 101101 |
Color Harmonies of #397BAF
Complementary color
Monochromatic Colors of #397BAF
Black with #397BAF
Text Example
Text Example
White with #397BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BAF; }
p { color: rgb(57,123,175); }
H1.HeaderClassName
{
color: #397BAF;
}
.AnyTagClassName
{
color: #397BAF;
}
</style>
background-color css
<style>
a { background-color: #397BAF; }
a { background-color: rgb(57,123,175); }
div.DivClassName
{
background-color: #397BAF;
}
.BgClassName
{
background-color: #397BAF;
}
</style>
border-color css
<style>
span { border-color: #397BAF; }
span { border-color: rgb(57,123,175); }
td.TdClassName
{
border-color: #397BAF;
}
.TagClassName
{
border-color: #397BAF;
}
</style>