Shades of Curious Blue #3F7BCB
Tints of Curious Blue #3F7BCB
RGB
CMYK
RGB Variations
Color information
#3F7BCB (or 0x3F7BCB) is known color: Curious Blue. HEX triplet: 3F, 7B and CB. RGB value is (63,123,203). Sum of RGB (Red+Green+Blue) = 63+123+203=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F7BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BCB is #C08434. Grayscale: #717171. Windows color (decimal): -12616757 or 13335359. OLE color: 13335359.
HSL color Cylindrical-coordinate representation of color #3F7BCB: hue angle of 214.29º 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 #3F7BCB is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 123 | 203 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.20 |
| HSL | 214.29º | 0.57% | 0.52% | - |
| HSV(B) | 214.29º | 0.69% | 0.8% | - |
| XYZ | 19.91 | 19.53 | 59.22 | - |
| YUV | 114.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 203 | 0.69 | 0.39 | 0 | 0.20 | 214.29 | 0.57 | 0.52 |
| Hex | 3F | 7B | CB | 45 | 27 | 0 | 14 | D6 | 39 | 34 |
| Octal | 77 | 173 | 313 | 105 | 47 | 0 | 24 | 326 | 71 | 64 |
| Binary | 111111 | 1111011 | 11001011 | 1000101 | 100111 | 0 | 10100 | 11010110 | 111001 | 110100 |
Color Harmonies of #3F7BCB
Complementary color
Monochromatic Colors of #3F7BCB
Black with #3F7BCB
Text Example
Text Example
White with #3F7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7BCB; }
p { color: rgb(63,123,203); }
H1.HeaderClassName
{
color: #3F7BCB;
}
.AnyTagClassName
{
color: #3F7BCB;
}
</style>
background-color css
<style>
a { background-color: #3F7BCB; }
a { background-color: rgb(63,123,203); }
div.DivClassName
{
background-color: #3F7BCB;
}
.BgClassName
{
background-color: #3F7BCB;
}
</style>
border-color css
<style>
span { border-color: #3F7BCB; }
span { border-color: rgb(63,123,203); }
td.TdClassName
{
border-color: #3F7BCB;
}
.TagClassName
{
border-color: #3F7BCB;
}
</style>