Shades of Curious Blue #3F7BCC
Tints of Curious Blue #3F7BCC
RGB
CMYK
RGB Variations
Color information
#3F7BCC (or 0x3F7BCC) is known color: Curious Blue. HEX triplet: 3F, 7B and CC. RGB value is (63,123,204). Sum of RGB (Red+Green+Blue) = 63+123+204=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F7BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BCC is #C08433. Grayscale: #717171. Windows color (decimal): -12616756 or 13400895. OLE color: 13400895.
HSL color Cylindrical-coordinate representation of color #3F7BCC: hue angle of 214.47º degrees, saturation: 0.58, 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 #3F7BCC is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 123 | 204 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.2 |
| HSL | 214.47º | 0.58% | 0.52% | - |
| HSV(B) | 214.47º | 0.69% | 0.8% | - |
| XYZ | 20.03 | 19.58 | 59.85 | - |
| YUV | 114.29 | 178.62 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 204 | 0.69 | 0.40 | 0 | 0.2 | 214.47 | 0.58 | 0.52 |
| Hex | 3F | 7B | CC | 45 | 28 | 0 | 14 | D6 | 3A | 34 |
| Octal | 77 | 173 | 314 | 105 | 50 | 0 | 24 | 326 | 72 | 64 |
| Binary | 111111 | 1111011 | 11001100 | 1000101 | 101000 | 0 | 10100 | 11010110 | 111010 | 110100 |
Color Harmonies of #3F7BCC
Complementary color
Monochromatic Colors of #3F7BCC
Black with #3F7BCC
Text Example
Text Example
White with #3F7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7BCC; }
p { color: rgb(63,123,204); }
H1.HeaderClassName
{
color: #3F7BCC;
}
.AnyTagClassName
{
color: #3F7BCC;
}
</style>
background-color css
<style>
a { background-color: #3F7BCC; }
a { background-color: rgb(63,123,204); }
div.DivClassName
{
background-color: #3F7BCC;
}
.BgClassName
{
background-color: #3F7BCC;
}
</style>
border-color css
<style>
span { border-color: #3F7BCC; }
span { border-color: rgb(63,123,204); }
td.TdClassName
{
border-color: #3F7BCC;
}
.TagClassName
{
border-color: #3F7BCC;
}
</style>