Shades of Curious Blue #397ABF
Tints of Curious Blue #397ABF
RGB
CMYK
RGB Variations
Color information
#397ABF (or 0x397ABF) is known color: Curious Blue. HEX triplet: 39, 7A and BF. RGB value is (57,122,191). Sum of RGB (Red+Green+Blue) = 57+122+191=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #397ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ABF is #C68540. Grayscale: #6E6E6E. Windows color (decimal): -13010241 or 12548665. OLE color: 12548665.
HSL color Cylindrical-coordinate representation of color #397ABF: hue angle of 210.9º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397ABF is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 122 | 191 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.25 |
| HSL | 210.9º | 0.54% | 0.49% | - |
| HSV(B) | 210.9º | 0.7% | 0.75% | - |
| XYZ | 18.05 | 18.55 | 51.92 | - |
| YUV | 110.43 | 173.47 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 191 | 0.70 | 0.36 | 0 | 0.25 | 210.9 | 0.54 | 0.49 |
| Hex | 39 | 7A | BF | 46 | 24 | 0 | 19 | D3 | 36 | 31 |
| Octal | 71 | 172 | 277 | 106 | 44 | 0 | 31 | 323 | 66 | 61 |
| Binary | 111001 | 1111010 | 10111111 | 1000110 | 100100 | 0 | 11001 | 11010011 | 110110 | 110001 |
Color Harmonies of #397ABF
Complementary color
Monochromatic Colors of #397ABF
Black with #397ABF
Text Example
Text Example
White with #397ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397ABF; }
p { color: rgb(57,122,191); }
H1.HeaderClassName
{
color: #397ABF;
}
.AnyTagClassName
{
color: #397ABF;
}
</style>
background-color css
<style>
a { background-color: #397ABF; }
a { background-color: rgb(57,122,191); }
div.DivClassName
{
background-color: #397ABF;
}
.BgClassName
{
background-color: #397ABF;
}
</style>
border-color css
<style>
span { border-color: #397ABF; }
span { border-color: rgb(57,122,191); }
td.TdClassName
{
border-color: #397ABF;
}
.TagClassName
{
border-color: #397ABF;
}
</style>