Shades of Curious Blue #397FB3
Tints of Curious Blue #397FB3
RGB
CMYK
RGB Variations
Color information
#397FB3 (or 0x397FB3) is known color: Curious Blue. HEX triplet: 39, 7F and B3. RGB value is (57,127,179). Sum of RGB (Red+Green+Blue) = 57+127+179=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #397FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FB3 is #C6804C. Grayscale: #6F6F6F. Windows color (decimal): -13008973 or 11763513. OLE color: 11763513.
HSL color Cylindrical-coordinate representation of color #397FB3: hue angle of 205.57º 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 #397FB3 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 127 | 179 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.30 |
| HSL | 205.57º | 0.52% | 0.46% | - |
| HSV(B) | 205.57º | 0.68% | 0.7% | - |
| XYZ | 17.41 | 19.3 | 45.46 | - |
| YUV | 112 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 179 | 0.68 | 0.29 | 0 | 0.30 | 205.57 | 0.52 | 0.46 |
| Hex | 39 | 7F | B3 | 44 | 1D | 0 | 1E | CE | 34 | 2E |
| Octal | 71 | 177 | 263 | 104 | 35 | 0 | 36 | 316 | 64 | 56 |
| Binary | 111001 | 1111111 | 10110011 | 1000100 | 11101 | 0 | 11110 | 11001110 | 110100 | 101110 |
Color Harmonies of #397FB3
Complementary color
Monochromatic Colors of #397FB3
Black with #397FB3
Text Example
Text Example
White with #397FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FB3; }
p { color: rgb(57,127,179); }
H1.HeaderClassName
{
color: #397FB3;
}
.AnyTagClassName
{
color: #397FB3;
}
</style>
background-color css
<style>
a { background-color: #397FB3; }
a { background-color: rgb(57,127,179); }
div.DivClassName
{
background-color: #397FB3;
}
.BgClassName
{
background-color: #397FB3;
}
</style>
border-color css
<style>
span { border-color: #397FB3; }
span { border-color: rgb(57,127,179); }
td.TdClassName
{
border-color: #397FB3;
}
.TagClassName
{
border-color: #397FB3;
}
</style>