Shades of Curious Blue #3997CC
Tints of Curious Blue #3997CC
RGB
CMYK
RGB Variations
Color information
#3997CC (or 0x3997CC) is known color: Curious Blue. HEX triplet: 39, 97 and CC. RGB value is (57,151,204). Sum of RGB (Red+Green+Blue) = 57+151+204=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #3997CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3997CC is #C66833. Grayscale: #808080. Windows color (decimal): -13002804 or 13408057. OLE color: 13408057.
HSL color Cylindrical-coordinate representation of color #3997CC: hue angle of 201.63º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3997CC is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 151 | 204 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.2 |
| HSL | 201.63º | 0.59% | 0.51% | - |
| HSV(B) | 201.63º | 0.72% | 0.8% | - |
| XYZ | 23.65 | 27.36 | 61.16 | - |
| YUV | 128.94 | 170.36 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 151 | 204 | 0.72 | 0.26 | 0 | 0.2 | 201.63 | 0.59 | 0.51 |
| Hex | 39 | 97 | CC | 48 | 1A | 0 | 14 | CA | 3B | 33 |
| Octal | 71 | 227 | 314 | 110 | 32 | 0 | 24 | 312 | 73 | 63 |
| Binary | 111001 | 10010111 | 11001100 | 1001000 | 11010 | 0 | 10100 | 11001010 | 111011 | 110011 |
Color Harmonies of #3997CC
Complementary color
Monochromatic Colors of #3997CC
Black with #3997CC
Text Example
Text Example
White with #3997CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3997CC; }
p { color: rgb(57,151,204); }
H1.HeaderClassName
{
color: #3997CC;
}
.AnyTagClassName
{
color: #3997CC;
}
</style>
background-color css
<style>
a { background-color: #3997CC; }
a { background-color: rgb(57,151,204); }
div.DivClassName
{
background-color: #3997CC;
}
.BgClassName
{
background-color: #3997CC;
}
</style>
border-color css
<style>
span { border-color: #3997CC; }
span { border-color: rgb(57,151,204); }
td.TdClassName
{
border-color: #3997CC;
}
.TagClassName
{
border-color: #3997CC;
}
</style>