Shades of Curious Blue #3A7ABC
Tints of Curious Blue #3A7ABC
RGB
CMYK
RGB Variations
Color information
#3A7ABC (or 0x3A7ABC) is known color: Curious Blue. HEX triplet: 3A, 7A and BC. RGB value is (58,122,188). Sum of RGB (Red+Green+Blue) = 58+122+188=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ABC is #C58543. Grayscale: #6E6E6E. Windows color (decimal): -12944708 or 12352058. OLE color: 12352058.
HSL color Cylindrical-coordinate representation of color #3A7ABC: hue angle of 210.46º 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 #3A7ABC is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 122 | 188 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.26 |
| HSL | 210.46º | 0.53% | 0.48% | - |
| HSV(B) | 210.46º | 0.69% | 0.74% | - |
| XYZ | 17.78 | 18.45 | 50.2 | - |
| YUV | 110.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 188 | 0.69 | 0.35 | 0 | 0.26 | 210.46 | 0.53 | 0.48 |
| Hex | 3A | 7A | BC | 45 | 23 | 0 | 1A | D2 | 35 | 30 |
| Octal | 72 | 172 | 274 | 105 | 43 | 0 | 32 | 322 | 65 | 60 |
| Binary | 111010 | 1111010 | 10111100 | 1000101 | 100011 | 0 | 11010 | 11010010 | 110101 | 110000 |
Color Harmonies of #3A7ABC
Complementary color
Monochromatic Colors of #3A7ABC
Black with #3A7ABC
Text Example
Text Example
White with #3A7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7ABC; }
p { color: rgb(58,122,188); }
H1.HeaderClassName
{
color: #3A7ABC;
}
.AnyTagClassName
{
color: #3A7ABC;
}
</style>
background-color css
<style>
a { background-color: #3A7ABC; }
a { background-color: rgb(58,122,188); }
div.DivClassName
{
background-color: #3A7ABC;
}
.BgClassName
{
background-color: #3A7ABC;
}
</style>
border-color css
<style>
span { border-color: #3A7ABC; }
span { border-color: rgb(58,122,188); }
td.TdClassName
{
border-color: #3A7ABC;
}
.TagClassName
{
border-color: #3A7ABC;
}
</style>