Shades of Curious Blue #3F90BE
Tints of Curious Blue #3F90BE
RGB
CMYK
RGB Variations
Color information
#3F90BE (or 0x3F90BE) is known color: Curious Blue. HEX triplet: 3F, 90 and BE. RGB value is (63,144,190). Sum of RGB (Red+Green+Blue) = 63+144+190=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F90BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F90BE is #C06F41. Grayscale: #7C7C7C. Windows color (decimal): -12611394 or 12488767. OLE color: 12488767.
HSL color Cylindrical-coordinate representation of color #3F90BE: hue angle of 201.73º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F90BE is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 144 | 190 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.25 |
| HSL | 201.73º | 0.5% | 0.5% | - |
| HSV(B) | 201.73º | 0.67% | 0.75% | - |
| XYZ | 21.32 | 24.72 | 52.36 | - |
| YUV | 125.03 | 164.66 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 190 | 0.67 | 0.24 | 0 | 0.25 | 201.73 | 0.5 | 0.5 |
| Hex | 3F | 90 | BE | 43 | 18 | 0 | 19 | CA | 32 | 32 |
| Octal | 77 | 220 | 276 | 103 | 30 | 0 | 31 | 312 | 62 | 62 |
| Binary | 111111 | 10010000 | 10111110 | 1000011 | 11000 | 0 | 11001 | 11001010 | 110010 | 110010 |
Color Harmonies of #3F90BE
Complementary color
Monochromatic Colors of #3F90BE
Black with #3F90BE
Text Example
Text Example
White with #3F90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F90BE; }
p { color: rgb(63,144,190); }
H1.HeaderClassName
{
color: #3F90BE;
}
.AnyTagClassName
{
color: #3F90BE;
}
</style>
background-color css
<style>
a { background-color: #3F90BE; }
a { background-color: rgb(63,144,190); }
div.DivClassName
{
background-color: #3F90BE;
}
.BgClassName
{
background-color: #3F90BE;
}
</style>
border-color css
<style>
span { border-color: #3F90BE; }
span { border-color: rgb(63,144,190); }
td.TdClassName
{
border-color: #3F90BE;
}
.TagClassName
{
border-color: #3F90BE;
}
</style>