Shades of Curious Blue #397FB2
Tints of Curious Blue #397FB2
RGB
CMYK
RGB Variations
Color information
#397FB2 (or 0x397FB2) is known color: Curious Blue. HEX triplet: 39, 7F and B2. RGB value is (57,127,178). Sum of RGB (Red+Green+Blue) = 57+127+178=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #397FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397FB2 is #C6804D. Grayscale: #6F6F6F. Windows color (decimal): -13008974 or 11697977. OLE color: 11697977.
HSL color Cylindrical-coordinate representation of color #397FB2: hue angle of 205.29º 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 #397FB2 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 127 | 178 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.30 |
| HSL | 205.29º | 0.51% | 0.46% | - |
| HSV(B) | 205.29º | 0.68% | 0.7% | - |
| XYZ | 17.31 | 19.26 | 44.93 | - |
| YUV | 111.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 178 | 0.68 | 0.29 | 0 | 0.30 | 205.29 | 0.51 | 0.46 |
| Hex | 39 | 7F | B2 | 44 | 1D | 0 | 1E | CD | 33 | 2E |
| Octal | 71 | 177 | 262 | 104 | 35 | 0 | 36 | 315 | 63 | 56 |
| Binary | 111001 | 1111111 | 10110010 | 1000100 | 11101 | 0 | 11110 | 11001101 | 110011 | 101110 |
Color Harmonies of #397FB2
Complementary color
Monochromatic Colors of #397FB2
Black with #397FB2
Text Example
Text Example
White with #397FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FB2; }
p { color: rgb(57,127,178); }
H1.HeaderClassName
{
color: #397FB2;
}
.AnyTagClassName
{
color: #397FB2;
}
</style>
background-color css
<style>
a { background-color: #397FB2; }
a { background-color: rgb(57,127,178); }
div.DivClassName
{
background-color: #397FB2;
}
.BgClassName
{
background-color: #397FB2;
}
</style>
border-color css
<style>
span { border-color: #397FB2; }
span { border-color: rgb(57,127,178); }
td.TdClassName
{
border-color: #397FB2;
}
.TagClassName
{
border-color: #397FB2;
}
</style>