Shades of Curious Blue #3D8DDB
Tints of Curious Blue #3D8DDB
RGB
CMYK
RGB Variations
Color information
#3D8DDB (or 0x3D8DDB) is known color: Curious Blue. HEX triplet: 3D, 8D and DB. RGB value is (61,141,219). Sum of RGB (Red+Green+Blue) = 61+141+219=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D8DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8DDB is #C27224. Grayscale: #7D7D7D. Windows color (decimal): -12743205 or 14388541. OLE color: 14388541.
HSL color Cylindrical-coordinate representation of color #3D8DDB: hue angle of 209.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D8DDB is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 141 | 219 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.14 |
| HSL | 209.62º | 0.69% | 0.55% | - |
| HSV(B) | 209.62º | 0.72% | 0.86% | - |
| XYZ | 24.24 | 25.16 | 70.6 | - |
| YUV | 125.97 | 180.5 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 219 | 0.72 | 0.36 | 0 | 0.14 | 209.62 | 0.69 | 0.55 |
| Hex | 3D | 8D | DB | 48 | 24 | 0 | E | D2 | 45 | 37 |
| Octal | 75 | 215 | 333 | 110 | 44 | 0 | 16 | 322 | 105 | 67 |
| Binary | 111101 | 10001101 | 11011011 | 1001000 | 100100 | 0 | 1110 | 11010010 | 1000101 | 110111 |
Color Harmonies of #3D8DDB
Complementary color
Monochromatic Colors of #3D8DDB
Black with #3D8DDB
Text Example
Text Example
White with #3D8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8DDB; }
p { color: rgb(61,141,219); }
H1.HeaderClassName
{
color: #3D8DDB;
}
.AnyTagClassName
{
color: #3D8DDB;
}
</style>
background-color css
<style>
a { background-color: #3D8DDB; }
a { background-color: rgb(61,141,219); }
div.DivClassName
{
background-color: #3D8DDB;
}
.BgClassName
{
background-color: #3D8DDB;
}
</style>
border-color css
<style>
span { border-color: #3D8DDB; }
span { border-color: rgb(61,141,219); }
td.TdClassName
{
border-color: #3D8DDB;
}
.TagClassName
{
border-color: #3D8DDB;
}
</style>