Shades of Curious Blue #3F91CB
Tints of Curious Blue #3F91CB
RGB
CMYK
RGB Variations
Color information
#3F91CB (or 0x3F91CB) is known color: Curious Blue. HEX triplet: 3F, 91 and CB. RGB value is (63,145,203). Sum of RGB (Red+Green+Blue) = 63+145+203=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F91CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F91CB is #C06E34. Grayscale: #7E7E7E. Windows color (decimal): -12611125 or 13340991. OLE color: 13340991.
HSL color Cylindrical-coordinate representation of color #3F91CB: hue angle of 204.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F91CB is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 145 | 203 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.20 |
| HSL | 204.86º | 0.57% | 0.52% | - |
| HSV(B) | 204.86º | 0.69% | 0.8% | - |
| XYZ | 22.95 | 25.62 | 60.24 | - |
| YUV | 127.09 | 170.83 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 203 | 0.69 | 0.29 | 0 | 0.20 | 204.86 | 0.57 | 0.52 |
| Hex | 3F | 91 | CB | 45 | 1D | 0 | 14 | CD | 39 | 34 |
| Octal | 77 | 221 | 313 | 105 | 35 | 0 | 24 | 315 | 71 | 64 |
| Binary | 111111 | 10010001 | 11001011 | 1000101 | 11101 | 0 | 10100 | 11001101 | 111001 | 110100 |
Color Harmonies of #3F91CB
Complementary color
Monochromatic Colors of #3F91CB
Black with #3F91CB
Text Example
Text Example
White with #3F91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F91CB; }
p { color: rgb(63,145,203); }
H1.HeaderClassName
{
color: #3F91CB;
}
.AnyTagClassName
{
color: #3F91CB;
}
</style>
background-color css
<style>
a { background-color: #3F91CB; }
a { background-color: rgb(63,145,203); }
div.DivClassName
{
background-color: #3F91CB;
}
.BgClassName
{
background-color: #3F91CB;
}
</style>
border-color css
<style>
span { border-color: #3F91CB; }
span { border-color: rgb(63,145,203); }
td.TdClassName
{
border-color: #3F91CB;
}
.TagClassName
{
border-color: #3F91CB;
}
</style>