Shades of Curious Blue #3F7DCB
Tints of Curious Blue #3F7DCB
RGB
CMYK
RGB Variations
Color information
#3F7DCB (or 0x3F7DCB) is known color: Curious Blue. HEX triplet: 3F, 7D and CB. RGB value is (63,125,203). Sum of RGB (Red+Green+Blue) = 63+125+203=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F7DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DCB is #C08234. Grayscale: #727272. Windows color (decimal): -12616245 or 13335871. OLE color: 13335871.
HSL color Cylindrical-coordinate representation of color #3F7DCB: hue angle of 213.43º 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 #3F7DCB is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 125 | 203 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.20 |
| HSL | 213.43º | 0.57% | 0.52% | - |
| HSV(B) | 213.43º | 0.69% | 0.8% | - |
| XYZ | 20.16 | 20.04 | 59.3 | - |
| YUV | 115.35 | 177.46 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 203 | 0.69 | 0.38 | 0 | 0.20 | 213.43 | 0.57 | 0.52 |
| Hex | 3F | 7D | CB | 45 | 26 | 0 | 14 | D5 | 39 | 34 |
| Octal | 77 | 175 | 313 | 105 | 46 | 0 | 24 | 325 | 71 | 64 |
| Binary | 111111 | 1111101 | 11001011 | 1000101 | 100110 | 0 | 10100 | 11010101 | 111001 | 110100 |
Color Harmonies of #3F7DCB
Complementary color
Monochromatic Colors of #3F7DCB
Black with #3F7DCB
Text Example
Text Example
White with #3F7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7DCB; }
p { color: rgb(63,125,203); }
H1.HeaderClassName
{
color: #3F7DCB;
}
.AnyTagClassName
{
color: #3F7DCB;
}
</style>
background-color css
<style>
a { background-color: #3F7DCB; }
a { background-color: rgb(63,125,203); }
div.DivClassName
{
background-color: #3F7DCB;
}
.BgClassName
{
background-color: #3F7DCB;
}
</style>
border-color css
<style>
span { border-color: #3F7DCB; }
span { border-color: rgb(63,125,203); }
td.TdClassName
{
border-color: #3F7DCB;
}
.TagClassName
{
border-color: #3F7DCB;
}
</style>