Shades of Curious Blue #3B7ACE
Tints of Curious Blue #3B7ACE
RGB
CMYK
RGB Variations
Color information
#3B7ACE (or 0x3B7ACE) is known color: Curious Blue. HEX triplet: 3B, 7A and CE. RGB value is (59,122,206). Sum of RGB (Red+Green+Blue) = 59+122+206=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B7ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7ACE is #C48531. Grayscale: #707070. Windows color (decimal): -12879154 or 13531707. OLE color: 13531707.
HSL color Cylindrical-coordinate representation of color #3B7ACE: hue angle of 214.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B7ACE is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 122 | 206 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.19 |
| HSL | 214.29º | 0.6% | 0.52% | - |
| HSV(B) | 214.29º | 0.71% | 0.81% | - |
| XYZ | 19.9 | 19.31 | 61.07 | - |
| YUV | 112.74 | 180.63 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 206 | 0.71 | 0.41 | 0 | 0.19 | 214.29 | 0.6 | 0.52 |
| Hex | 3B | 7A | CE | 47 | 29 | 0 | 13 | D6 | 3C | 34 |
| Octal | 73 | 172 | 316 | 107 | 51 | 0 | 23 | 326 | 74 | 64 |
| Binary | 111011 | 1111010 | 11001110 | 1000111 | 101001 | 0 | 10011 | 11010110 | 111100 | 110100 |
Color Harmonies of #3B7ACE
Complementary color
Monochromatic Colors of #3B7ACE
Black with #3B7ACE
Text Example
Text Example
White with #3B7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7ACE; }
p { color: rgb(59,122,206); }
H1.HeaderClassName
{
color: #3B7ACE;
}
.AnyTagClassName
{
color: #3B7ACE;
}
</style>
background-color css
<style>
a { background-color: #3B7ACE; }
a { background-color: rgb(59,122,206); }
div.DivClassName
{
background-color: #3B7ACE;
}
.BgClassName
{
background-color: #3B7ACE;
}
</style>
border-color css
<style>
span { border-color: #3B7ACE; }
span { border-color: rgb(59,122,206); }
td.TdClassName
{
border-color: #3B7ACE;
}
.TagClassName
{
border-color: #3B7ACE;
}
</style>