Shades of Curious Blue #397BC9
Tints of Curious Blue #397BC9
RGB
CMYK
RGB Variations
Color information
#397BC9 (or 0x397BC9) is known color: Curious Blue. HEX triplet: 39, 7B and C9. RGB value is (57,123,201). Sum of RGB (Red+Green+Blue) = 57+123+201=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #397BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BC9 is #C68436. Grayscale: #6F6F6F. Windows color (decimal): -13009975 or 13204281. OLE color: 13204281.
HSL color Cylindrical-coordinate representation of color #397BC9: hue angle of 212.5º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397BC9 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 123 | 201 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.21 |
| HSL | 212.5º | 0.57% | 0.51% | - |
| HSV(B) | 212.5º | 0.72% | 0.79% | - |
| XYZ | 19.31 | 19.25 | 57.96 | - |
| YUV | 112.16 | 178.13 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 201 | 0.72 | 0.39 | 0 | 0.21 | 212.5 | 0.57 | 0.51 |
| Hex | 39 | 7B | C9 | 48 | 27 | 0 | 15 | D4 | 39 | 33 |
| Octal | 71 | 173 | 311 | 110 | 47 | 0 | 25 | 324 | 71 | 63 |
| Binary | 111001 | 1111011 | 11001001 | 1001000 | 100111 | 0 | 10101 | 11010100 | 111001 | 110011 |
Color Harmonies of #397BC9
Complementary color
Monochromatic Colors of #397BC9
Black with #397BC9
Text Example
Text Example
White with #397BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BC9; }
p { color: rgb(57,123,201); }
H1.HeaderClassName
{
color: #397BC9;
}
.AnyTagClassName
{
color: #397BC9;
}
</style>
background-color css
<style>
a { background-color: #397BC9; }
a { background-color: rgb(57,123,201); }
div.DivClassName
{
background-color: #397BC9;
}
.BgClassName
{
background-color: #397BC9;
}
</style>
border-color css
<style>
span { border-color: #397BC9; }
span { border-color: rgb(57,123,201); }
td.TdClassName
{
border-color: #397BC9;
}
.TagClassName
{
border-color: #397BC9;
}
</style>