Shades of Curious Blue #3883AD
Tints of Curious Blue #3883AD
RGB
CMYK
RGB Variations
Color information
#3883AD (or 0x3883AD) is known color: Curious Blue. HEX triplet: 38, 83 and AD. RGB value is (56,131,173). Sum of RGB (Red+Green+Blue) = 56+131+173=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #3883AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3883AD is #C77C52. Grayscale: #717171. Windows color (decimal): -13073491 or 11371320. OLE color: 11371320.
HSL color Cylindrical-coordinate representation of color #3883AD: hue angle of 201.54º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3883AD is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 131 | 173 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.32 |
| HSL | 201.54º | 0.51% | 0.45% | - |
| HSV(B) | 201.54º | 0.68% | 0.68% | - |
| XYZ | 17.29 | 20.09 | 42.5 | - |
| YUV | 113.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 131 | 173 | 0.68 | 0.24 | 0 | 0.32 | 201.54 | 0.51 | 0.45 |
| Hex | 38 | 83 | AD | 44 | 18 | 0 | 20 | CA | 33 | 2D |
| Octal | 70 | 203 | 255 | 104 | 30 | 0 | 40 | 312 | 63 | 55 |
| Binary | 111000 | 10000011 | 10101101 | 1000100 | 11000 | 0 | 100000 | 11001010 | 110011 | 101101 |
Color Harmonies of #3883AD
Complementary color
Monochromatic Colors of #3883AD
Black with #3883AD
Text Example
Text Example
White with #3883AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3883AD; }
p { color: rgb(56,131,173); }
H1.HeaderClassName
{
color: #3883AD;
}
.AnyTagClassName
{
color: #3883AD;
}
</style>
background-color css
<style>
a { background-color: #3883AD; }
a { background-color: rgb(56,131,173); }
div.DivClassName
{
background-color: #3883AD;
}
.BgClassName
{
background-color: #3883AD;
}
</style>
border-color css
<style>
span { border-color: #3883AD; }
span { border-color: rgb(56,131,173); }
td.TdClassName
{
border-color: #3883AD;
}
.TagClassName
{
border-color: #3883AD;
}
</style>