Shades of Curious Blue #3880AA
Tints of Curious Blue #3880AA
RGB
CMYK
RGB Variations
Color information
#3880AA (or 0x3880AA) is known color: Curious Blue. HEX triplet: 38, 80 and AA. RGB value is (56,128,170). Sum of RGB (Red+Green+Blue) = 56+128+170=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #3880AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3880AA is #C77F55. Grayscale: #6F6F6F. Windows color (decimal): -13074262 or 11173944. OLE color: 11173944.
HSL color Cylindrical-coordinate representation of color #3880AA: hue angle of 202.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3880AA is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 128 | 170 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.33 |
| HSL | 202.11º | 0.5% | 0.44% | - |
| HSV(B) | 202.11º | 0.67% | 0.67% | - |
| XYZ | 16.61 | 19.18 | 40.86 | - |
| YUV | 111.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 170 | 0.67 | 0.25 | 0 | 0.33 | 202.11 | 0.5 | 0.44 |
| Hex | 38 | 80 | AA | 43 | 19 | 0 | 21 | CA | 32 | 2C |
| Octal | 70 | 200 | 252 | 103 | 31 | 0 | 41 | 312 | 62 | 54 |
| Binary | 111000 | 10000000 | 10101010 | 1000011 | 11001 | 0 | 100001 | 11001010 | 110010 | 101100 |
Color Harmonies of #3880AA
Complementary color
Monochromatic Colors of #3880AA
Black with #3880AA
Text Example
Text Example
White with #3880AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880AA; }
p { color: rgb(56,128,170); }
H1.HeaderClassName
{
color: #3880AA;
}
.AnyTagClassName
{
color: #3880AA;
}
</style>
background-color css
<style>
a { background-color: #3880AA; }
a { background-color: rgb(56,128,170); }
div.DivClassName
{
background-color: #3880AA;
}
.BgClassName
{
background-color: #3880AA;
}
</style>
border-color css
<style>
span { border-color: #3880AA; }
span { border-color: rgb(56,128,170); }
td.TdClassName
{
border-color: #3880AA;
}
.TagClassName
{
border-color: #3880AA;
}
</style>