Shades of Curious Blue #3F7FCB
Tints of Curious Blue #3F7FCB
RGB
CMYK
RGB Variations
Color information
#3F7FCB (or 0x3F7FCB) is known color: Curious Blue. HEX triplet: 3F, 7F and CB. RGB value is (63,127,203). Sum of RGB (Red+Green+Blue) = 63+127+203=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F7FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7FCB is #C08034. Grayscale: #747474. Windows color (decimal): -12615733 or 13336383. OLE color: 13336383.
HSL color Cylindrical-coordinate representation of color #3F7FCB: hue angle of 212.57º 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 #3F7FCB is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 127 | 203 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.20 |
| HSL | 212.57º | 0.57% | 0.52% | - |
| HSV(B) | 212.57º | 0.69% | 0.8% | - |
| XYZ | 20.42 | 20.55 | 59.39 | - |
| YUV | 116.53 | 176.8 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 127 | 203 | 0.69 | 0.37 | 0 | 0.20 | 212.57 | 0.57 | 0.52 |
| Hex | 3F | 7F | CB | 45 | 25 | 0 | 14 | D5 | 39 | 34 |
| Octal | 77 | 177 | 313 | 105 | 45 | 0 | 24 | 325 | 71 | 64 |
| Binary | 111111 | 1111111 | 11001011 | 1000101 | 100101 | 0 | 10100 | 11010101 | 111001 | 110100 |
Color Harmonies of #3F7FCB
Complementary color
Monochromatic Colors of #3F7FCB
Black with #3F7FCB
Text Example
Text Example
White with #3F7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7FCB; }
p { color: rgb(63,127,203); }
H1.HeaderClassName
{
color: #3F7FCB;
}
.AnyTagClassName
{
color: #3F7FCB;
}
</style>
background-color css
<style>
a { background-color: #3F7FCB; }
a { background-color: rgb(63,127,203); }
div.DivClassName
{
background-color: #3F7FCB;
}
.BgClassName
{
background-color: #3F7FCB;
}
</style>
border-color css
<style>
span { border-color: #3F7FCB; }
span { border-color: rgb(63,127,203); }
td.TdClassName
{
border-color: #3F7FCB;
}
.TagClassName
{
border-color: #3F7FCB;
}
</style>