Shades of Curious Blue #3A7DAB
Tints of Curious Blue #3A7DAB
RGB
CMYK
RGB Variations
Color information
#3A7DAB (or 0x3A7DAB) is known color: Curious Blue. HEX triplet: 3A, 7D and AB. RGB value is (58,125,171). Sum of RGB (Red+Green+Blue) = 58+125+171=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A7DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7DAB is #C58254. Grayscale: #6D6D6D. Windows color (decimal): -12943957 or 11238714. OLE color: 11238714.
HSL color Cylindrical-coordinate representation of color #3A7DAB: hue angle of 204.42º 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 #3A7DAB is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 125 | 171 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.33 |
| HSL | 204.42º | 0.49% | 0.45% | - |
| HSV(B) | 204.42º | 0.66% | 0.67% | - |
| XYZ | 16.43 | 18.51 | 41.23 | - |
| YUV | 110.21 | 162.3 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 171 | 0.66 | 0.27 | 0 | 0.33 | 204.42 | 0.49 | 0.45 |
| Hex | 3A | 7D | AB | 42 | 1B | 0 | 21 | CC | 31 | 2D |
| Octal | 72 | 175 | 253 | 102 | 33 | 0 | 41 | 314 | 61 | 55 |
| Binary | 111010 | 1111101 | 10101011 | 1000010 | 11011 | 0 | 100001 | 11001100 | 110001 | 101101 |
Color Harmonies of #3A7DAB
Complementary color
Monochromatic Colors of #3A7DAB
Black with #3A7DAB
Text Example
Text Example
White with #3A7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7DAB; }
p { color: rgb(58,125,171); }
H1.HeaderClassName
{
color: #3A7DAB;
}
.AnyTagClassName
{
color: #3A7DAB;
}
</style>
background-color css
<style>
a { background-color: #3A7DAB; }
a { background-color: rgb(58,125,171); }
div.DivClassName
{
background-color: #3A7DAB;
}
.BgClassName
{
background-color: #3A7DAB;
}
</style>
border-color css
<style>
span { border-color: #3A7DAB; }
span { border-color: rgb(58,125,171); }
td.TdClassName
{
border-color: #3A7DAB;
}
.TagClassName
{
border-color: #3A7DAB;
}
</style>