Shades of Curious Blue #3B7AC0
Tints of Curious Blue #3B7AC0
RGB
CMYK
RGB Variations
Color information
#3B7AC0 (or 0x3B7AC0) is known color: Curious Blue. HEX triplet: 3B, 7A and C0. RGB value is (59,122,192). Sum of RGB (Red+Green+Blue) = 59+122+192=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B7AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7AC0 is #C4853F. Grayscale: #6E6E6E. Windows color (decimal): -12879168 or 12614203. OLE color: 12614203.
HSL color Cylindrical-coordinate representation of color #3B7AC0: hue angle of 211.58º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B7AC0 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 122 | 192 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.25 |
| HSL | 211.58º | 0.53% | 0.49% | - |
| HSV(B) | 211.58º | 0.69% | 0.75% | - |
| XYZ | 18.28 | 18.65 | 52.51 | - |
| YUV | 111.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 192 | 0.69 | 0.36 | 0 | 0.25 | 211.58 | 0.53 | 0.49 |
| Hex | 3B | 7A | C0 | 45 | 24 | 0 | 19 | D4 | 35 | 31 |
| Octal | 73 | 172 | 300 | 105 | 44 | 0 | 31 | 324 | 65 | 61 |
| Binary | 111011 | 1111010 | 11000000 | 1000101 | 100100 | 0 | 11001 | 11010100 | 110101 | 110001 |
Color Harmonies of #3B7AC0
Complementary color
Monochromatic Colors of #3B7AC0
Black with #3B7AC0
Text Example
Text Example
White with #3B7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7AC0; }
p { color: rgb(59,122,192); }
H1.HeaderClassName
{
color: #3B7AC0;
}
.AnyTagClassName
{
color: #3B7AC0;
}
</style>
background-color css
<style>
a { background-color: #3B7AC0; }
a { background-color: rgb(59,122,192); }
div.DivClassName
{
background-color: #3B7AC0;
}
.BgClassName
{
background-color: #3B7AC0;
}
</style>
border-color css
<style>
span { border-color: #3B7AC0; }
span { border-color: rgb(59,122,192); }
td.TdClassName
{
border-color: #3B7AC0;
}
.TagClassName
{
border-color: #3B7AC0;
}
</style>