Shades of Curious Blue #3C7ACB
Tints of Curious Blue #3C7ACB
RGB
CMYK
RGB Variations
Color information
#3C7ACB (or 0x3C7ACB) is known color: Curious Blue. HEX triplet: 3C, 7A and CB. RGB value is (60,122,203). Sum of RGB (Red+Green+Blue) = 60+122+203=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C7ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ACB is #C38534. Grayscale: #707070. Windows color (decimal): -12813621 or 13335100. OLE color: 13335100.
HSL color Cylindrical-coordinate representation of color #3C7ACB: hue angle of 213.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C7ACB is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 122 | 203 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.20 |
| HSL | 213.99º | 0.58% | 0.52% | - |
| HSV(B) | 213.99º | 0.7% | 0.8% | - |
| XYZ | 19.6 | 19.19 | 59.17 | - |
| YUV | 112.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 203 | 0.70 | 0.40 | 0 | 0.20 | 213.99 | 0.58 | 0.52 |
| Hex | 3C | 7A | CB | 46 | 28 | 0 | 14 | D6 | 3A | 34 |
| Octal | 74 | 172 | 313 | 106 | 50 | 0 | 24 | 326 | 72 | 64 |
| Binary | 111100 | 1111010 | 11001011 | 1000110 | 101000 | 0 | 10100 | 11010110 | 111010 | 110100 |
Color Harmonies of #3C7ACB
Complementary color
Monochromatic Colors of #3C7ACB
Black with #3C7ACB
Text Example
Text Example
White with #3C7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7ACB; }
p { color: rgb(60,122,203); }
H1.HeaderClassName
{
color: #3C7ACB;
}
.AnyTagClassName
{
color: #3C7ACB;
}
</style>
background-color css
<style>
a { background-color: #3C7ACB; }
a { background-color: rgb(60,122,203); }
div.DivClassName
{
background-color: #3C7ACB;
}
.BgClassName
{
background-color: #3C7ACB;
}
</style>
border-color css
<style>
span { border-color: #3C7ACB; }
span { border-color: rgb(60,122,203); }
td.TdClassName
{
border-color: #3C7ACB;
}
.TagClassName
{
border-color: #3C7ACB;
}
</style>