Shades of Curious Blue #3999C5
Tints of Curious Blue #3999C5
RGB
CMYK
RGB Variations
Color information
#3999C5 (or 0x3999C5) is known color: Curious Blue. HEX triplet: 39, 99 and C5. RGB value is (57,153,197). Sum of RGB (Red+Green+Blue) = 57+153+197=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #3999C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3999C5 is #C6663A. Grayscale: #818181. Windows color (decimal): -13002299 or 12949817. OLE color: 12949817.
HSL color Cylindrical-coordinate representation of color #3999C5: hue angle of 198.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3999C5 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 153 | 197 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.23 |
| HSL | 198.86º | 0.55% | 0.5% | - |
| HSV(B) | 198.86º | 0.71% | 0.77% | - |
| XYZ | 23.16 | 27.68 | 56.95 | - |
| YUV | 129.31 | 166.2 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 197 | 0.71 | 0.22 | 0 | 0.23 | 198.86 | 0.55 | 0.5 |
| Hex | 39 | 99 | C5 | 47 | 16 | 0 | 17 | C7 | 37 | 32 |
| Octal | 71 | 231 | 305 | 107 | 26 | 0 | 27 | 307 | 67 | 62 |
| Binary | 111001 | 10011001 | 11000101 | 1000111 | 10110 | 0 | 10111 | 11000111 | 110111 | 110010 |
Color Harmonies of #3999C5
Complementary color
Monochromatic Colors of #3999C5
Black with #3999C5
Text Example
Text Example
White with #3999C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3999C5; }
p { color: rgb(57,153,197); }
H1.HeaderClassName
{
color: #3999C5;
}
.AnyTagClassName
{
color: #3999C5;
}
</style>
background-color css
<style>
a { background-color: #3999C5; }
a { background-color: rgb(57,153,197); }
div.DivClassName
{
background-color: #3999C5;
}
.BgClassName
{
background-color: #3999C5;
}
</style>
border-color css
<style>
span { border-color: #3999C5; }
span { border-color: rgb(57,153,197); }
td.TdClassName
{
border-color: #3999C5;
}
.TagClassName
{
border-color: #3999C5;
}
</style>