Shades of Curious Blue #3990C3
Tints of Curious Blue #3990C3
RGB
CMYK
RGB Variations
Color information
#3990C3 (or 0x3990C3) is known color: Curious Blue. HEX triplet: 39, 90 and C3. RGB value is (57,144,195). Sum of RGB (Red+Green+Blue) = 57+144+195=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #3990C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3990C3 is #C66F3C. Grayscale: #7B7B7B. Windows color (decimal): -13004605 or 12816441. OLE color: 12816441.
HSL color Cylindrical-coordinate representation of color #3990C3: hue angle of 202.17º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3990C3 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 144 | 195 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.24 |
| HSL | 202.17º | 0.55% | 0.49% | - |
| HSV(B) | 202.17º | 0.71% | 0.76% | - |
| XYZ | 21.51 | 24.76 | 55.27 | - |
| YUV | 123.8 | 168.18 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 195 | 0.71 | 0.26 | 0 | 0.24 | 202.17 | 0.55 | 0.49 |
| Hex | 39 | 90 | C3 | 47 | 1A | 0 | 18 | CA | 37 | 31 |
| Octal | 71 | 220 | 303 | 107 | 32 | 0 | 30 | 312 | 67 | 61 |
| Binary | 111001 | 10010000 | 11000011 | 1000111 | 11010 | 0 | 11000 | 11001010 | 110111 | 110001 |
Color Harmonies of #3990C3
Complementary color
Monochromatic Colors of #3990C3
Black with #3990C3
Text Example
Text Example
White with #3990C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3990C3; }
p { color: rgb(57,144,195); }
H1.HeaderClassName
{
color: #3990C3;
}
.AnyTagClassName
{
color: #3990C3;
}
</style>
background-color css
<style>
a { background-color: #3990C3; }
a { background-color: rgb(57,144,195); }
div.DivClassName
{
background-color: #3990C3;
}
.BgClassName
{
background-color: #3990C3;
}
</style>
border-color css
<style>
span { border-color: #3990C3; }
span { border-color: rgb(57,144,195); }
td.TdClassName
{
border-color: #3990C3;
}
.TagClassName
{
border-color: #3990C3;
}
</style>