Shades of Curious Blue #3883AC
Tints of Curious Blue #3883AC
RGB
CMYK
RGB Variations
Color information
#3883AC (or 0x3883AC) is known color: Curious Blue. HEX triplet: 38, 83 and AC. RGB value is (56,131,172). Sum of RGB (Red+Green+Blue) = 56+131+172=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #3883AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3883AC is #C77C53. Grayscale: #717171. Windows color (decimal): -13073492 or 11305784. OLE color: 11305784.
HSL color Cylindrical-coordinate representation of color #3883AC: hue angle of 201.21º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3883AC is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 131 | 172 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.33 |
| HSL | 201.21º | 0.51% | 0.45% | - |
| HSV(B) | 201.21º | 0.67% | 0.67% | - |
| XYZ | 17.19 | 20.05 | 41.99 | - |
| YUV | 113.25 | 161.15 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 172 | 0.67 | 0.24 | 0 | 0.33 | 201.21 | 0.51 | 0.45 |
| Hex | 38 | 83 | AC | 43 | 18 | 0 | 21 | C9 | 33 | 2D |
| Octal | 70 | 203 | 254 | 103 | 30 | 0 | 41 | 311 | 63 | 55 |
| Binary | 111000 | 10000011 | 10101100 | 1000011 | 11000 | 0 | 100001 | 11001001 | 110011 | 101101 |
Color Harmonies of #3883AC
Complementary color
Monochromatic Colors of #3883AC
Black with #3883AC
Text Example
Text Example
White with #3883AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3883AC; }
p { color: rgb(56,131,172); }
H1.HeaderClassName
{
color: #3883AC;
}
.AnyTagClassName
{
color: #3883AC;
}
</style>
background-color css
<style>
a { background-color: #3883AC; }
a { background-color: rgb(56,131,172); }
div.DivClassName
{
background-color: #3883AC;
}
.BgClassName
{
background-color: #3883AC;
}
</style>
border-color css
<style>
span { border-color: #3883AC; }
span { border-color: rgb(56,131,172); }
td.TdClassName
{
border-color: #3883AC;
}
.TagClassName
{
border-color: #3883AC;
}
</style>