Shades of Curious Blue #3F77C5
Tints of Curious Blue #3F77C5
RGB
CMYK
RGB Variations
Color information
#3F77C5 (or 0x3F77C5) is known color: Curious Blue. HEX triplet: 3F, 77 and C5. RGB value is (63,119,197). Sum of RGB (Red+Green+Blue) = 63+119+197=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #3F77C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77C5 is #C0883A. Grayscale: #6E6E6E. Windows color (decimal): -12617787 or 12941119. OLE color: 12941119.
HSL color Cylindrical-coordinate representation of color #3F77C5: hue angle of 214.93º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F77C5 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 119 | 197 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.23 |
| HSL | 214.93º | 0.54% | 0.51% | - |
| HSV(B) | 214.93º | 0.68% | 0.77% | - |
| XYZ | 18.72 | 18.28 | 55.37 | - |
| YUV | 111.15 | 176.45 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 197 | 0.68 | 0.40 | 0 | 0.23 | 214.93 | 0.54 | 0.51 |
| Hex | 3F | 77 | C5 | 44 | 28 | 0 | 17 | D7 | 36 | 33 |
| Octal | 77 | 167 | 305 | 104 | 50 | 0 | 27 | 327 | 66 | 63 |
| Binary | 111111 | 1110111 | 11000101 | 1000100 | 101000 | 0 | 10111 | 11010111 | 110110 | 110011 |
Color Harmonies of #3F77C5
Complementary color
Monochromatic Colors of #3F77C5
Black with #3F77C5
Text Example
Text Example
White with #3F77C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F77C5; }
p { color: rgb(63,119,197); }
H1.HeaderClassName
{
color: #3F77C5;
}
.AnyTagClassName
{
color: #3F77C5;
}
</style>
background-color css
<style>
a { background-color: #3F77C5; }
a { background-color: rgb(63,119,197); }
div.DivClassName
{
background-color: #3F77C5;
}
.BgClassName
{
background-color: #3F77C5;
}
</style>
border-color css
<style>
span { border-color: #3F77C5; }
span { border-color: rgb(63,119,197); }
td.TdClassName
{
border-color: #3F77C5;
}
.TagClassName
{
border-color: #3F77C5;
}
</style>