Shades of Curious Blue #3B7FC1
Tints of Curious Blue #3B7FC1
RGB
CMYK
RGB Variations
Color information
#3B7FC1 (or 0x3B7FC1) is known color: Curious Blue. HEX triplet: 3B, 7F and C1. RGB value is (59,127,193). Sum of RGB (Red+Green+Blue) = 59+127+193=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B7FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FC1 is #C4803E. Grayscale: #717171. Windows color (decimal): -12877887 or 12681019. OLE color: 12681019.
HSL color Cylindrical-coordinate representation of color #3B7FC1: hue angle of 209.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B7FC1 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 127 | 193 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.24 |
| HSL | 209.55º | 0.53% | 0.49% | - |
| HSV(B) | 209.55º | 0.69% | 0.76% | - |
| XYZ | 19.02 | 19.96 | 53.3 | - |
| YUV | 114.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 193 | 0.69 | 0.34 | 0 | 0.24 | 209.55 | 0.53 | 0.49 |
| Hex | 3B | 7F | C1 | 45 | 22 | 0 | 18 | D2 | 35 | 31 |
| Octal | 73 | 177 | 301 | 105 | 42 | 0 | 30 | 322 | 65 | 61 |
| Binary | 111011 | 1111111 | 11000001 | 1000101 | 100010 | 0 | 11000 | 11010010 | 110101 | 110001 |
Color Harmonies of #3B7FC1
Complementary color
Monochromatic Colors of #3B7FC1
Black with #3B7FC1
Text Example
Text Example
White with #3B7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7FC1; }
p { color: rgb(59,127,193); }
H1.HeaderClassName
{
color: #3B7FC1;
}
.AnyTagClassName
{
color: #3B7FC1;
}
</style>
background-color css
<style>
a { background-color: #3B7FC1; }
a { background-color: rgb(59,127,193); }
div.DivClassName
{
background-color: #3B7FC1;
}
.BgClassName
{
background-color: #3B7FC1;
}
</style>
border-color css
<style>
span { border-color: #3B7FC1; }
span { border-color: rgb(59,127,193); }
td.TdClassName
{
border-color: #3B7FC1;
}
.TagClassName
{
border-color: #3B7FC1;
}
</style>