Shades of Curious Blue #397ABB
Tints of Curious Blue #397ABB
RGB
CMYK
RGB Variations
Color information
#397ABB (or 0x397ABB) is known color: Curious Blue. HEX triplet: 39, 7A and BB. RGB value is (57,122,187). Sum of RGB (Red+Green+Blue) = 57+122+187=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #397ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ABB is #C68544. Grayscale: #6D6D6D. Windows color (decimal): -13010245 or 12286521. OLE color: 12286521.
HSL color Cylindrical-coordinate representation of color #397ABB: hue angle of 210º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397ABB is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 122 | 187 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.27 |
| HSL | 210º | 0.53% | 0.48% | - |
| HSV(B) | 210º | 0.7% | 0.73% | - |
| XYZ | 17.62 | 18.38 | 49.63 | - |
| YUV | 109.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 187 | 0.70 | 0.35 | 0 | 0.27 | 210 | 0.53 | 0.48 |
| Hex | 39 | 7A | BB | 46 | 23 | 0 | 1B | D2 | 35 | 30 |
| Octal | 71 | 172 | 273 | 106 | 43 | 0 | 33 | 322 | 65 | 60 |
| Binary | 111001 | 1111010 | 10111011 | 1000110 | 100011 | 0 | 11011 | 11010010 | 110101 | 110000 |
Color Harmonies of #397ABB
Complementary color
Monochromatic Colors of #397ABB
Black with #397ABB
Text Example
Text Example
White with #397ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397ABB; }
p { color: rgb(57,122,187); }
H1.HeaderClassName
{
color: #397ABB;
}
.AnyTagClassName
{
color: #397ABB;
}
</style>
background-color css
<style>
a { background-color: #397ABB; }
a { background-color: rgb(57,122,187); }
div.DivClassName
{
background-color: #397ABB;
}
.BgClassName
{
background-color: #397ABB;
}
</style>
border-color css
<style>
span { border-color: #397ABB; }
span { border-color: rgb(57,122,187); }
td.TdClassName
{
border-color: #397ABB;
}
.TagClassName
{
border-color: #397ABB;
}
</style>