Shades of Curious Blue #3F84CA
Tints of Curious Blue #3F84CA
RGB
CMYK
RGB Variations
Color information
#3F84CA (or 0x3F84CA) is known color: Curious Blue. HEX triplet: 3F, 84 and CA. RGB value is (63,132,202). Sum of RGB (Red+Green+Blue) = 63+132+202=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F84CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F84CA is #C07B35. Grayscale: #777777. Windows color (decimal): -12614454 or 13272127. OLE color: 13272127.
HSL color Cylindrical-coordinate representation of color #3F84CA: hue angle of 210.22º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F84CA is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 132 | 202 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.21 |
| HSL | 210.22º | 0.57% | 0.52% | - |
| HSV(B) | 210.22º | 0.69% | 0.79% | - |
| XYZ | 20.96 | 21.82 | 58.98 | - |
| YUV | 119.35 | 174.64 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 202 | 0.69 | 0.35 | 0 | 0.21 | 210.22 | 0.57 | 0.52 |
| Hex | 3F | 84 | CA | 45 | 23 | 0 | 15 | D2 | 39 | 34 |
| Octal | 77 | 204 | 312 | 105 | 43 | 0 | 25 | 322 | 71 | 64 |
| Binary | 111111 | 10000100 | 11001010 | 1000101 | 100011 | 0 | 10101 | 11010010 | 111001 | 110100 |
Color Harmonies of #3F84CA
Complementary color
Monochromatic Colors of #3F84CA
Black with #3F84CA
Text Example
Text Example
White with #3F84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F84CA; }
p { color: rgb(63,132,202); }
H1.HeaderClassName
{
color: #3F84CA;
}
.AnyTagClassName
{
color: #3F84CA;
}
</style>
background-color css
<style>
a { background-color: #3F84CA; }
a { background-color: rgb(63,132,202); }
div.DivClassName
{
background-color: #3F84CA;
}
.BgClassName
{
background-color: #3F84CA;
}
</style>
border-color css
<style>
span { border-color: #3F84CA; }
span { border-color: rgb(63,132,202); }
td.TdClassName
{
border-color: #3F84CA;
}
.TagClassName
{
border-color: #3F84CA;
}
</style>