Shades of Curious Blue #3885D5
Tints of Curious Blue #3885D5
RGB
CMYK
RGB Variations
Color information
#3885D5 (or 0x3885D5) is known color: Curious Blue. HEX triplet: 38, 85 and D5. RGB value is (56,133,213). Sum of RGB (Red+Green+Blue) = 56+133+213=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #3885D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3885D5 is #C77A2A. Grayscale: #767676. Windows color (decimal): -13072939 or 13993272. OLE color: 13993272.
HSL color Cylindrical-coordinate representation of color #3885D5: hue angle of 210.57º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3885D5 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 133 | 213 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.16 |
| HSL | 210.57º | 0.65% | 0.53% | - |
| HSV(B) | 210.57º | 0.74% | 0.84% | - |
| XYZ | 22.03 | 22.42 | 66.12 | - |
| YUV | 119.1 | 180.99 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 213 | 0.74 | 0.38 | 0 | 0.16 | 210.57 | 0.65 | 0.53 |
| Hex | 38 | 85 | D5 | 4A | 26 | 0 | 10 | D3 | 41 | 35 |
| Octal | 70 | 205 | 325 | 112 | 46 | 0 | 20 | 323 | 101 | 65 |
| Binary | 111000 | 10000101 | 11010101 | 1001010 | 100110 | 0 | 10000 | 11010011 | 1000001 | 110101 |
Color Harmonies of #3885D5
Complementary color
Monochromatic Colors of #3885D5
Black with #3885D5
Text Example
Text Example
White with #3885D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3885D5; }
p { color: rgb(56,133,213); }
H1.HeaderClassName
{
color: #3885D5;
}
.AnyTagClassName
{
color: #3885D5;
}
</style>
background-color css
<style>
a { background-color: #3885D5; }
a { background-color: rgb(56,133,213); }
div.DivClassName
{
background-color: #3885D5;
}
.BgClassName
{
background-color: #3885D5;
}
</style>
border-color css
<style>
span { border-color: #3885D5; }
span { border-color: rgb(56,133,213); }
td.TdClassName
{
border-color: #3885D5;
}
.TagClassName
{
border-color: #3885D5;
}
</style>