Shades of Curious Blue #3E97CF
Tints of Curious Blue #3E97CF
RGB
CMYK
RGB Variations
Color information
#3E97CF (or 0x3E97CF) is known color: Curious Blue. HEX triplet: 3E, 97 and CF. RGB value is (62,151,207). Sum of RGB (Red+Green+Blue) = 62+151+207=420 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.76% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E97CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E97CF is #C16830. Grayscale: #828282. Windows color (decimal): -12675121 or 13604670. OLE color: 13604670.
HSL color Cylindrical-coordinate representation of color #3E97CF: hue angle of 203.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E97CF is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 151 | 207 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.19 |
| HSL | 203.17º | 0.6% | 0.53% | - |
| HSV(B) | 203.17º | 0.7% | 0.81% | - |
| XYZ | 24.32 | 27.66 | 63.09 | - |
| YUV | 130.77 | 171.01 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 151 | 207 | 0.70 | 0.27 | 0 | 0.19 | 203.17 | 0.6 | 0.53 |
| Hex | 3E | 97 | CF | 46 | 1B | 0 | 13 | CB | 3C | 35 |
| Octal | 76 | 227 | 317 | 106 | 33 | 0 | 23 | 313 | 74 | 65 |
| Binary | 111110 | 10010111 | 11001111 | 1000110 | 11011 | 0 | 10011 | 11001011 | 111100 | 110101 |
Color Harmonies of #3E97CF
Complementary color
Monochromatic Colors of #3E97CF
Black with #3E97CF
Text Example
Text Example
White with #3E97CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E97CF; }
p { color: rgb(62,151,207); }
H1.HeaderClassName
{
color: #3E97CF;
}
.AnyTagClassName
{
color: #3E97CF;
}
</style>
background-color css
<style>
a { background-color: #3E97CF; }
a { background-color: rgb(62,151,207); }
div.DivClassName
{
background-color: #3E97CF;
}
.BgClassName
{
background-color: #3E97CF;
}
</style>
border-color css
<style>
span { border-color: #3E97CF; }
span { border-color: rgb(62,151,207); }
td.TdClassName
{
border-color: #3E97CF;
}
.TagClassName
{
border-color: #3E97CF;
}
</style>