Shades of Curious Blue #3A8ABE
Tints of Curious Blue #3A8ABE
RGB
CMYK
RGB Variations
Color information
#3A8ABE (or 0x3A8ABE) is known color: Curious Blue. HEX triplet: 3A, 8A and BE. RGB value is (58,138,190). Sum of RGB (Red+Green+Blue) = 58+138+190=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A8ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8ABE is #C57541. Grayscale: #777777. Windows color (decimal): -12940610 or 12487226. OLE color: 12487226.
HSL color Cylindrical-coordinate representation of color #3A8ABE: hue angle of 203.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A8ABE is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 138 | 190 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.25 |
| HSL | 203.64º | 0.53% | 0.49% | - |
| HSV(B) | 203.64º | 0.69% | 0.75% | - |
| XYZ | 20.13 | 22.79 | 52.05 | - |
| YUV | 120.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 190 | 0.69 | 0.27 | 0 | 0.25 | 203.64 | 0.53 | 0.49 |
| Hex | 3A | 8A | BE | 45 | 1B | 0 | 19 | CC | 35 | 31 |
| Octal | 72 | 212 | 276 | 105 | 33 | 0 | 31 | 314 | 65 | 61 |
| Binary | 111010 | 10001010 | 10111110 | 1000101 | 11011 | 0 | 11001 | 11001100 | 110101 | 110001 |
Color Harmonies of #3A8ABE
Complementary color
Monochromatic Colors of #3A8ABE
Black with #3A8ABE
Text Example
Text Example
White with #3A8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8ABE; }
p { color: rgb(58,138,190); }
H1.HeaderClassName
{
color: #3A8ABE;
}
.AnyTagClassName
{
color: #3A8ABE;
}
</style>
background-color css
<style>
a { background-color: #3A8ABE; }
a { background-color: rgb(58,138,190); }
div.DivClassName
{
background-color: #3A8ABE;
}
.BgClassName
{
background-color: #3A8ABE;
}
</style>
border-color css
<style>
span { border-color: #3A8ABE; }
span { border-color: rgb(58,138,190); }
td.TdClassName
{
border-color: #3A8ABE;
}
.TagClassName
{
border-color: #3A8ABE;
}
</style>