Shades of Curious Blue #397BAB
Tints of Curious Blue #397BAB
RGB
CMYK
RGB Variations
Color information
#397BAB (or 0x397BAB) is known color: Curious Blue. HEX triplet: 39, 7B and AB. RGB value is (57,123,171). Sum of RGB (Red+Green+Blue) = 57+123+171=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #397BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397BAB is #C68454. Grayscale: #6C6C6C. Windows color (decimal): -13010005 or 11238201. OLE color: 11238201.
HSL color Cylindrical-coordinate representation of color #397BAB: hue angle of 205.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397BAB is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 123 | 171 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.33 |
| HSL | 205.26º | 0.5% | 0.45% | - |
| HSV(B) | 205.26º | 0.67% | 0.67% | - |
| XYZ | 16.12 | 17.98 | 41.15 | - |
| YUV | 108.74 | 163.13 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 171 | 0.67 | 0.28 | 0 | 0.33 | 205.26 | 0.5 | 0.45 |
| Hex | 39 | 7B | AB | 43 | 1C | 0 | 21 | CD | 32 | 2D |
| Octal | 71 | 173 | 253 | 103 | 34 | 0 | 41 | 315 | 62 | 55 |
| Binary | 111001 | 1111011 | 10101011 | 1000011 | 11100 | 0 | 100001 | 11001101 | 110010 | 101101 |
Color Harmonies of #397BAB
Complementary color
Monochromatic Colors of #397BAB
Black with #397BAB
Text Example
Text Example
White with #397BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BAB; }
p { color: rgb(57,123,171); }
H1.HeaderClassName
{
color: #397BAB;
}
.AnyTagClassName
{
color: #397BAB;
}
</style>
background-color css
<style>
a { background-color: #397BAB; }
a { background-color: rgb(57,123,171); }
div.DivClassName
{
background-color: #397BAB;
}
.BgClassName
{
background-color: #397BAB;
}
</style>
border-color css
<style>
span { border-color: #397BAB; }
span { border-color: rgb(57,123,171); }
td.TdClassName
{
border-color: #397BAB;
}
.TagClassName
{
border-color: #397BAB;
}
</style>