Shades of Curious Blue #397ACD
Tints of Curious Blue #397ACD
RGB
CMYK
RGB Variations
Color information
#397ACD (or 0x397ACD) is known color: Curious Blue. HEX triplet: 39, 7A and CD. RGB value is (57,122,205). Sum of RGB (Red+Green+Blue) = 57+122+205=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #397ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ACD is #C68532. Grayscale: #6F6F6F. Windows color (decimal): -13010227 or 13466169. OLE color: 13466169.
HSL color Cylindrical-coordinate representation of color #397ACD: hue angle of 213.65º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397ACD is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 122 | 205 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.20 |
| HSL | 213.65º | 0.6% | 0.51% | - |
| HSV(B) | 213.65º | 0.72% | 0.8% | - |
| XYZ | 19.67 | 19.2 | 60.43 | - |
| YUV | 112.03 | 180.47 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 205 | 0.72 | 0.40 | 0 | 0.20 | 213.65 | 0.6 | 0.51 |
| Hex | 39 | 7A | CD | 48 | 28 | 0 | 14 | D6 | 3C | 33 |
| Octal | 71 | 172 | 315 | 110 | 50 | 0 | 24 | 326 | 74 | 63 |
| Binary | 111001 | 1111010 | 11001101 | 1001000 | 101000 | 0 | 10100 | 11010110 | 111100 | 110011 |
Color Harmonies of #397ACD
Complementary color
Monochromatic Colors of #397ACD
Black with #397ACD
Text Example
Text Example
White with #397ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397ACD; }
p { color: rgb(57,122,205); }
H1.HeaderClassName
{
color: #397ACD;
}
.AnyTagClassName
{
color: #397ACD;
}
</style>
background-color css
<style>
a { background-color: #397ACD; }
a { background-color: rgb(57,122,205); }
div.DivClassName
{
background-color: #397ACD;
}
.BgClassName
{
background-color: #397ACD;
}
</style>
border-color css
<style>
span { border-color: #397ACD; }
span { border-color: rgb(57,122,205); }
td.TdClassName
{
border-color: #397ACD;
}
.TagClassName
{
border-color: #397ACD;
}
</style>