Shades of Curious Blue #3A7BBC
Tints of Curious Blue #3A7BBC
RGB
CMYK
RGB Variations
Color information
#3A7BBC (or 0x3A7BBC) is known color: Curious Blue. HEX triplet: 3A, 7B and BC. RGB value is (58,123,188). Sum of RGB (Red+Green+Blue) = 58+123+188=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A7BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7BBC is #C58443. Grayscale: #6E6E6E. Windows color (decimal): -12944452 or 12352314. OLE color: 12352314.
HSL color Cylindrical-coordinate representation of color #3A7BBC: hue angle of 210º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A7BBC is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 123 | 188 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.26 |
| HSL | 210º | 0.53% | 0.48% | - |
| HSV(B) | 210º | 0.69% | 0.74% | - |
| XYZ | 17.9 | 18.7 | 50.24 | - |
| YUV | 110.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 188 | 0.69 | 0.35 | 0 | 0.26 | 210 | 0.53 | 0.48 |
| Hex | 3A | 7B | BC | 45 | 23 | 0 | 1A | D2 | 35 | 30 |
| Octal | 72 | 173 | 274 | 105 | 43 | 0 | 32 | 322 | 65 | 60 |
| Binary | 111010 | 1111011 | 10111100 | 1000101 | 100011 | 0 | 11010 | 11010010 | 110101 | 110000 |
Color Harmonies of #3A7BBC
Complementary color
Monochromatic Colors of #3A7BBC
Black with #3A7BBC
Text Example
Text Example
White with #3A7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7BBC; }
p { color: rgb(58,123,188); }
H1.HeaderClassName
{
color: #3A7BBC;
}
.AnyTagClassName
{
color: #3A7BBC;
}
</style>
background-color css
<style>
a { background-color: #3A7BBC; }
a { background-color: rgb(58,123,188); }
div.DivClassName
{
background-color: #3A7BBC;
}
.BgClassName
{
background-color: #3A7BBC;
}
</style>
border-color css
<style>
span { border-color: #3A7BBC; }
span { border-color: rgb(58,123,188); }
td.TdClassName
{
border-color: #3A7BBC;
}
.TagClassName
{
border-color: #3A7BBC;
}
</style>