Shades of Curious Blue #3A93BA
Tints of Curious Blue #3A93BA
RGB
CMYK
RGB Variations
Color information
#3A93BA (or 0x3A93BA) is known color: Curious Blue. HEX triplet: 3A, 93 and BA. RGB value is (58,147,186). Sum of RGB (Red+Green+Blue) = 58+147+186=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A93BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A93BA is #C56C45. Grayscale: #7C7C7C. Windows color (decimal): -12938310 or 12227386. OLE color: 12227386.
HSL color Cylindrical-coordinate representation of color #3A93BA: hue angle of 198.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A93BA is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 147 | 186 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.27 |
| HSL | 198.28º | 0.52% | 0.48% | - |
| HSV(B) | 198.28º | 0.69% | 0.73% | - |
| XYZ | 21.04 | 25.31 | 50.23 | - |
| YUV | 124.84 | 162.51 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 147 | 186 | 0.69 | 0.21 | 0 | 0.27 | 198.28 | 0.52 | 0.48 |
| Hex | 3A | 93 | BA | 45 | 15 | 0 | 1B | C6 | 34 | 30 |
| Octal | 72 | 223 | 272 | 105 | 25 | 0 | 33 | 306 | 64 | 60 |
| Binary | 111010 | 10010011 | 10111010 | 1000101 | 10101 | 0 | 11011 | 11000110 | 110100 | 110000 |
Color Harmonies of #3A93BA
Complementary color
Monochromatic Colors of #3A93BA
Black with #3A93BA
Text Example
Text Example
White with #3A93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A93BA; }
p { color: rgb(58,147,186); }
H1.HeaderClassName
{
color: #3A93BA;
}
.AnyTagClassName
{
color: #3A93BA;
}
</style>
background-color css
<style>
a { background-color: #3A93BA; }
a { background-color: rgb(58,147,186); }
div.DivClassName
{
background-color: #3A93BA;
}
.BgClassName
{
background-color: #3A93BA;
}
</style>
border-color css
<style>
span { border-color: #3A93BA; }
span { border-color: rgb(58,147,186); }
td.TdClassName
{
border-color: #3A93BA;
}
.TagClassName
{
border-color: #3A93BA;
}
</style>