Shades of Curious Blue #3B7ACC
Tints of Curious Blue #3B7ACC
RGB
CMYK
RGB Variations
Color information
#3B7ACC (or 0x3B7ACC) is known color: Curious Blue. HEX triplet: 3B, 7A and CC. RGB value is (59,122,204). Sum of RGB (Red+Green+Blue) = 59+122+204=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B7ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7ACC is #C48533. Grayscale: #707070. Windows color (decimal): -12879156 or 13400635. OLE color: 13400635.
HSL color Cylindrical-coordinate representation of color #3B7ACC: hue angle of 213.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B7ACC is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 122 | 204 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.2 |
| HSL | 213.93º | 0.59% | 0.52% | - |
| HSV(B) | 213.93º | 0.71% | 0.8% | - |
| XYZ | 19.66 | 19.21 | 59.8 | - |
| YUV | 112.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 204 | 0.71 | 0.40 | 0 | 0.2 | 213.93 | 0.59 | 0.52 |
| Hex | 3B | 7A | CC | 47 | 28 | 0 | 14 | D6 | 3B | 34 |
| Octal | 73 | 172 | 314 | 107 | 50 | 0 | 24 | 326 | 73 | 64 |
| Binary | 111011 | 1111010 | 11001100 | 1000111 | 101000 | 0 | 10100 | 11010110 | 111011 | 110100 |
Color Harmonies of #3B7ACC
Complementary color
Monochromatic Colors of #3B7ACC
Black with #3B7ACC
Text Example
Text Example
White with #3B7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7ACC; }
p { color: rgb(59,122,204); }
H1.HeaderClassName
{
color: #3B7ACC;
}
.AnyTagClassName
{
color: #3B7ACC;
}
</style>
background-color css
<style>
a { background-color: #3B7ACC; }
a { background-color: rgb(59,122,204); }
div.DivClassName
{
background-color: #3B7ACC;
}
.BgClassName
{
background-color: #3B7ACC;
}
</style>
border-color css
<style>
span { border-color: #3B7ACC; }
span { border-color: rgb(59,122,204); }
td.TdClassName
{
border-color: #3B7ACC;
}
.TagClassName
{
border-color: #3B7ACC;
}
</style>