Shades of Curious Blue #3A7BAB
Tints of Curious Blue #3A7BAB
RGB
CMYK
RGB Variations
Color information
#3A7BAB (or 0x3A7BAB) is known color: Curious Blue. HEX triplet: 3A, 7B and AB. RGB value is (58,123,171). Sum of RGB (Red+Green+Blue) = 58+123+171=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7BAB is #C58454. Grayscale: #6C6C6C. Windows color (decimal): -12944469 or 11238202. OLE color: 11238202.
HSL color Cylindrical-coordinate representation of color #3A7BAB: hue angle of 205.49º degrees, saturation: 0.49, 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 #3A7BAB is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 123 | 171 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.33 |
| HSL | 205.49º | 0.49% | 0.45% | - |
| HSV(B) | 205.49º | 0.66% | 0.67% | - |
| XYZ | 16.18 | 18.01 | 41.15 | - |
| YUV | 109.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 171 | 0.66 | 0.28 | 0 | 0.33 | 205.49 | 0.49 | 0.45 |
| Hex | 3A | 7B | AB | 42 | 1C | 0 | 21 | CD | 31 | 2D |
| Octal | 72 | 173 | 253 | 102 | 34 | 0 | 41 | 315 | 61 | 55 |
| Binary | 111010 | 1111011 | 10101011 | 1000010 | 11100 | 0 | 100001 | 11001101 | 110001 | 101101 |
Color Harmonies of #3A7BAB
Complementary color
Monochromatic Colors of #3A7BAB
Black with #3A7BAB
Text Example
Text Example
White with #3A7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7BAB; }
p { color: rgb(58,123,171); }
H1.HeaderClassName
{
color: #3A7BAB;
}
.AnyTagClassName
{
color: #3A7BAB;
}
</style>
background-color css
<style>
a { background-color: #3A7BAB; }
a { background-color: rgb(58,123,171); }
div.DivClassName
{
background-color: #3A7BAB;
}
.BgClassName
{
background-color: #3A7BAB;
}
</style>
border-color css
<style>
span { border-color: #3A7BAB; }
span { border-color: rgb(58,123,171); }
td.TdClassName
{
border-color: #3A7BAB;
}
.TagClassName
{
border-color: #3A7BAB;
}
</style>