Shades of Curious Blue #3F90CD
Tints of Curious Blue #3F90CD
RGB
CMYK
RGB Variations
Color information
#3F90CD (or 0x3F90CD) is known color: Curious Blue. HEX triplet: 3F, 90 and CD. RGB value is (63,144,205). Sum of RGB (Red+Green+Blue) = 63+144+205=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F90CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F90CD is #C06F32. Grayscale: #7E7E7E. Windows color (decimal): -12611379 or 13471807. OLE color: 13471807.
HSL color Cylindrical-coordinate representation of color #3F90CD: hue angle of 205.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F90CD is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 144 | 205 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.20 |
| HSL | 205.77º | 0.59% | 0.53% | - |
| HSV(B) | 205.77º | 0.69% | 0.8% | - |
| XYZ | 23.04 | 25.41 | 61.45 | - |
| YUV | 126.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 205 | 0.69 | 0.30 | 0 | 0.20 | 205.77 | 0.59 | 0.53 |
| Hex | 3F | 90 | CD | 45 | 1E | 0 | 14 | CE | 3B | 35 |
| Octal | 77 | 220 | 315 | 105 | 36 | 0 | 24 | 316 | 73 | 65 |
| Binary | 111111 | 10010000 | 11001101 | 1000101 | 11110 | 0 | 10100 | 11001110 | 111011 | 110101 |
Color Harmonies of #3F90CD
Complementary color
Monochromatic Colors of #3F90CD
Black with #3F90CD
Text Example
Text Example
White with #3F90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F90CD; }
p { color: rgb(63,144,205); }
H1.HeaderClassName
{
color: #3F90CD;
}
.AnyTagClassName
{
color: #3F90CD;
}
</style>
background-color css
<style>
a { background-color: #3F90CD; }
a { background-color: rgb(63,144,205); }
div.DivClassName
{
background-color: #3F90CD;
}
.BgClassName
{
background-color: #3F90CD;
}
</style>
border-color css
<style>
span { border-color: #3F90CD; }
span { border-color: rgb(63,144,205); }
td.TdClassName
{
border-color: #3F90CD;
}
.TagClassName
{
border-color: #3F90CD;
}
</style>