Shades of Curious Blue #397CB3
Tints of Curious Blue #397CB3
RGB
CMYK
RGB Variations
Color information
#397CB3 (or 0x397CB3) is known color: Curious Blue. HEX triplet: 39, 7C and B3. RGB value is (57,124,179). Sum of RGB (Red+Green+Blue) = 57+124+179=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #397CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CB3 is #C6834C. Grayscale: #6D6D6D. Windows color (decimal): -13009741 or 11762745. OLE color: 11762745.
HSL color Cylindrical-coordinate representation of color #397CB3: hue angle of 207.05º degrees, saturation: 0.52, 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 #397CB3 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 124 | 179 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.30 |
| HSL | 207.05º | 0.52% | 0.46% | - |
| HSV(B) | 207.05º | 0.68% | 0.7% | - |
| XYZ | 17.03 | 18.54 | 45.33 | - |
| YUV | 110.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 179 | 0.68 | 0.31 | 0 | 0.30 | 207.05 | 0.52 | 0.46 |
| Hex | 39 | 7C | B3 | 44 | 1F | 0 | 1E | CF | 34 | 2E |
| Octal | 71 | 174 | 263 | 104 | 37 | 0 | 36 | 317 | 64 | 56 |
| Binary | 111001 | 1111100 | 10110011 | 1000100 | 11111 | 0 | 11110 | 11001111 | 110100 | 101110 |
Color Harmonies of #397CB3
Complementary color
Monochromatic Colors of #397CB3
Black with #397CB3
Text Example
Text Example
White with #397CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CB3; }
p { color: rgb(57,124,179); }
H1.HeaderClassName
{
color: #397CB3;
}
.AnyTagClassName
{
color: #397CB3;
}
</style>
background-color css
<style>
a { background-color: #397CB3; }
a { background-color: rgb(57,124,179); }
div.DivClassName
{
background-color: #397CB3;
}
.BgClassName
{
background-color: #397CB3;
}
</style>
border-color css
<style>
span { border-color: #397CB3; }
span { border-color: rgb(57,124,179); }
td.TdClassName
{
border-color: #397CB3;
}
.TagClassName
{
border-color: #397CB3;
}
</style>