Shades of Curious Blue #3D8EDB
Tints of Curious Blue #3D8EDB
RGB
CMYK
RGB Variations
Color information
#3D8EDB (or 0x3D8EDB) is known color: Curious Blue. HEX triplet: 3D, 8E and DB. RGB value is (61,142,219). Sum of RGB (Red+Green+Blue) = 61+142+219=422 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.45% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D8EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8EDB is #C27124. Grayscale: #7E7E7E. Windows color (decimal): -12742949 or 14388797. OLE color: 14388797.
HSL color Cylindrical-coordinate representation of color #3D8EDB: hue angle of 209.24º 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 #3D8EDB is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 142 | 219 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.14 |
| HSL | 209.24º | 0.69% | 0.55% | - |
| HSV(B) | 209.24º | 0.72% | 0.86% | - |
| XYZ | 24.38 | 25.45 | 70.65 | - |
| YUV | 126.56 | 180.16 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 219 | 0.72 | 0.35 | 0 | 0.14 | 209.24 | 0.69 | 0.55 |
| Hex | 3D | 8E | DB | 48 | 23 | 0 | E | D1 | 45 | 37 |
| Octal | 75 | 216 | 333 | 110 | 43 | 0 | 16 | 321 | 105 | 67 |
| Binary | 111101 | 10001110 | 11011011 | 1001000 | 100011 | 0 | 1110 | 11010001 | 1000101 | 110111 |
Color Harmonies of #3D8EDB
Complementary color
Monochromatic Colors of #3D8EDB
Black with #3D8EDB
Text Example
Text Example
White with #3D8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8EDB; }
p { color: rgb(61,142,219); }
H1.HeaderClassName
{
color: #3D8EDB;
}
.AnyTagClassName
{
color: #3D8EDB;
}
</style>
background-color css
<style>
a { background-color: #3D8EDB; }
a { background-color: rgb(61,142,219); }
div.DivClassName
{
background-color: #3D8EDB;
}
.BgClassName
{
background-color: #3D8EDB;
}
</style>
border-color css
<style>
span { border-color: #3D8EDB; }
span { border-color: rgb(61,142,219); }
td.TdClassName
{
border-color: #3D8EDB;
}
.TagClassName
{
border-color: #3D8EDB;
}
</style>