Shades of Curious Blue #3897CF
Tints of Curious Blue #3897CF
RGB
CMYK
RGB Variations
Color information
#3897CF (or 0x3897CF) is known color: Curious Blue. HEX triplet: 38, 97 and CF. RGB value is (56,151,207). Sum of RGB (Red+Green+Blue) = 56+151+207=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #3897CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3897CF is #C76830. Grayscale: #808080. Windows color (decimal): -13068337 or 13604664. OLE color: 13604664.
HSL color Cylindrical-coordinate representation of color #3897CF: hue angle of 202.25º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3897CF is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 151 | 207 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.19 |
| HSL | 202.25º | 0.61% | 0.52% | - |
| HSV(B) | 202.25º | 0.73% | 0.81% | - |
| XYZ | 23.96 | 27.48 | 63.07 | - |
| YUV | 128.98 | 172.03 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 151 | 207 | 0.73 | 0.27 | 0 | 0.19 | 202.25 | 0.61 | 0.52 |
| Hex | 38 | 97 | CF | 49 | 1B | 0 | 13 | CA | 3D | 34 |
| Octal | 70 | 227 | 317 | 111 | 33 | 0 | 23 | 312 | 75 | 64 |
| Binary | 111000 | 10010111 | 11001111 | 1001001 | 11011 | 0 | 10011 | 11001010 | 111101 | 110100 |
Color Harmonies of #3897CF
Complementary color
Monochromatic Colors of #3897CF
Black with #3897CF
Text Example
Text Example
White with #3897CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3897CF; }
p { color: rgb(56,151,207); }
H1.HeaderClassName
{
color: #3897CF;
}
.AnyTagClassName
{
color: #3897CF;
}
</style>
background-color css
<style>
a { background-color: #3897CF; }
a { background-color: rgb(56,151,207); }
div.DivClassName
{
background-color: #3897CF;
}
.BgClassName
{
background-color: #3897CF;
}
</style>
border-color css
<style>
span { border-color: #3897CF; }
span { border-color: rgb(56,151,207); }
td.TdClassName
{
border-color: #3897CF;
}
.TagClassName
{
border-color: #3897CF;
}
</style>