Shades of Curious Blue #3883AB
Tints of Curious Blue #3883AB
RGB
CMYK
RGB Variations
Color information
#3883AB (or 0x3883AB) is known color: Curious Blue. HEX triplet: 38, 83 and AB. RGB value is (56,131,171). Sum of RGB (Red+Green+Blue) = 56+131+171=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #3883AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3883AB is #C77C54. Grayscale: #707070. Windows color (decimal): -13073493 or 11240248. OLE color: 11240248.
HSL color Cylindrical-coordinate representation of color #3883AB: hue angle of 200.87º 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 #3883AB is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 131 | 171 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.33 |
| HSL | 200.87º | 0.51% | 0.45% | - |
| HSV(B) | 200.87º | 0.67% | 0.67% | - |
| XYZ | 17.1 | 20.01 | 41.49 | - |
| YUV | 113.14 | 160.65 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 171 | 0.67 | 0.23 | 0 | 0.33 | 200.87 | 0.51 | 0.45 |
| Hex | 38 | 83 | AB | 43 | 17 | 0 | 21 | C9 | 33 | 2D |
| Octal | 70 | 203 | 253 | 103 | 27 | 0 | 41 | 311 | 63 | 55 |
| Binary | 111000 | 10000011 | 10101011 | 1000011 | 10111 | 0 | 100001 | 11001001 | 110011 | 101101 |
Color Harmonies of #3883AB
Complementary color
Monochromatic Colors of #3883AB
Black with #3883AB
Text Example
Text Example
White with #3883AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3883AB; }
p { color: rgb(56,131,171); }
H1.HeaderClassName
{
color: #3883AB;
}
.AnyTagClassName
{
color: #3883AB;
}
</style>
background-color css
<style>
a { background-color: #3883AB; }
a { background-color: rgb(56,131,171); }
div.DivClassName
{
background-color: #3883AB;
}
.BgClassName
{
background-color: #3883AB;
}
</style>
border-color css
<style>
span { border-color: #3883AB; }
span { border-color: rgb(56,131,171); }
td.TdClassName
{
border-color: #3883AB;
}
.TagClassName
{
border-color: #3883AB;
}
</style>