Shades of Curious Blue #3A83AC
Tints of Curious Blue #3A83AC
RGB
CMYK
RGB Variations
Color information
#3A83AC (or 0x3A83AC) is known color: Curious Blue. HEX triplet: 3A, 83 and AC. RGB value is (58,131,172). Sum of RGB (Red+Green+Blue) = 58+131+172=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A83AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A83AC is #C57C53. Grayscale: #717171. Windows color (decimal): -12942420 or 11305786. OLE color: 11305786.
HSL color Cylindrical-coordinate representation of color #3A83AC: hue angle of 201.58º 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 #3A83AC is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 131 | 172 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.33 |
| HSL | 201.58º | 0.5% | 0.45% | - |
| HSV(B) | 201.58º | 0.66% | 0.67% | - |
| XYZ | 17.31 | 20.11 | 42 | - |
| YUV | 113.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 172 | 0.66 | 0.24 | 0 | 0.33 | 201.58 | 0.5 | 0.45 |
| Hex | 3A | 83 | AC | 42 | 18 | 0 | 21 | CA | 32 | 2D |
| Octal | 72 | 203 | 254 | 102 | 30 | 0 | 41 | 312 | 62 | 55 |
| Binary | 111010 | 10000011 | 10101100 | 1000010 | 11000 | 0 | 100001 | 11001010 | 110010 | 101101 |
Color Harmonies of #3A83AC
Complementary color
Monochromatic Colors of #3A83AC
Black with #3A83AC
Text Example
Text Example
White with #3A83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A83AC; }
p { color: rgb(58,131,172); }
H1.HeaderClassName
{
color: #3A83AC;
}
.AnyTagClassName
{
color: #3A83AC;
}
</style>
background-color css
<style>
a { background-color: #3A83AC; }
a { background-color: rgb(58,131,172); }
div.DivClassName
{
background-color: #3A83AC;
}
.BgClassName
{
background-color: #3A83AC;
}
</style>
border-color css
<style>
span { border-color: #3A83AC; }
span { border-color: rgb(58,131,172); }
td.TdClassName
{
border-color: #3A83AC;
}
.TagClassName
{
border-color: #3A83AC;
}
</style>