Shades of Curious Blue #397AB2
Tints of Curious Blue #397AB2
RGB
CMYK
RGB Variations
Color information
#397AB2 (or 0x397AB2) is known color: Curious Blue. HEX triplet: 39, 7A and B2. RGB value is (57,122,178). Sum of RGB (Red+Green+Blue) = 57+122+178=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #397AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397AB2 is #C6854D. Grayscale: #6C6C6C. Windows color (decimal): -13010254 or 11696697. OLE color: 11696697.
HSL color Cylindrical-coordinate representation of color #397AB2: hue angle of 207.77º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #397AB2 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 122 | 178 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.30 |
| HSL | 207.77º | 0.51% | 0.46% | - |
| HSV(B) | 207.77º | 0.68% | 0.7% | - |
| XYZ | 16.68 | 18 | 44.72 | - |
| YUV | 108.95 | 166.97 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 178 | 0.68 | 0.31 | 0 | 0.30 | 207.77 | 0.51 | 0.46 |
| Hex | 39 | 7A | B2 | 44 | 1F | 0 | 1E | D0 | 33 | 2E |
| Octal | 71 | 172 | 262 | 104 | 37 | 0 | 36 | 320 | 63 | 56 |
| Binary | 111001 | 1111010 | 10110010 | 1000100 | 11111 | 0 | 11110 | 11010000 | 110011 | 101110 |
Color Harmonies of #397AB2
Complementary color
Monochromatic Colors of #397AB2
Black with #397AB2
Text Example
Text Example
White with #397AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AB2; }
p { color: rgb(57,122,178); }
H1.HeaderClassName
{
color: #397AB2;
}
.AnyTagClassName
{
color: #397AB2;
}
</style>
background-color css
<style>
a { background-color: #397AB2; }
a { background-color: rgb(57,122,178); }
div.DivClassName
{
background-color: #397AB2;
}
.BgClassName
{
background-color: #397AB2;
}
</style>
border-color css
<style>
span { border-color: #397AB2; }
span { border-color: rgb(57,122,178); }
td.TdClassName
{
border-color: #397AB2;
}
.TagClassName
{
border-color: #397AB2;
}
</style>