Shades of Curious Blue #3A7BAC
Tints of Curious Blue #3A7BAC
RGB
CMYK
RGB Variations
Color information
#3A7BAC (or 0x3A7BAC) is known color: Curious Blue. HEX triplet: 3A, 7B and AC. RGB value is (58,123,172). Sum of RGB (Red+Green+Blue) = 58+123+172=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A7BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7BAC is #C58453. Grayscale: #6C6C6C. Windows color (decimal): -12944468 or 11303738. OLE color: 11303738.
HSL color Cylindrical-coordinate representation of color #3A7BAC: hue angle of 205.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7BAC is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 123 | 172 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.33 |
| HSL | 205.79º | 0.5% | 0.45% | - |
| HSV(B) | 205.79º | 0.66% | 0.67% | - |
| XYZ | 16.27 | 18.04 | 41.65 | - |
| YUV | 109.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 172 | 0.66 | 0.28 | 0 | 0.33 | 205.79 | 0.5 | 0.45 |
| Hex | 3A | 7B | AC | 42 | 1C | 0 | 21 | CE | 32 | 2D |
| Octal | 72 | 173 | 254 | 102 | 34 | 0 | 41 | 316 | 62 | 55 |
| Binary | 111010 | 1111011 | 10101100 | 1000010 | 11100 | 0 | 100001 | 11001110 | 110010 | 101101 |
Color Harmonies of #3A7BAC
Complementary color
Monochromatic Colors of #3A7BAC
Black with #3A7BAC
Text Example
Text Example
White with #3A7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7BAC; }
p { color: rgb(58,123,172); }
H1.HeaderClassName
{
color: #3A7BAC;
}
.AnyTagClassName
{
color: #3A7BAC;
}
</style>
background-color css
<style>
a { background-color: #3A7BAC; }
a { background-color: rgb(58,123,172); }
div.DivClassName
{
background-color: #3A7BAC;
}
.BgClassName
{
background-color: #3A7BAC;
}
</style>
border-color css
<style>
span { border-color: #3A7BAC; }
span { border-color: rgb(58,123,172); }
td.TdClassName
{
border-color: #3A7BAC;
}
.TagClassName
{
border-color: #3A7BAC;
}
</style>