Shades of Curious Blue #3D8DCE
Tints of Curious Blue #3D8DCE
RGB
CMYK
RGB Variations
Color information
#3D8DCE (or 0x3D8DCE) is known color: Curious Blue. HEX triplet: 3D, 8D and CE. RGB value is (61,141,206). Sum of RGB (Red+Green+Blue) = 61+141+206=408 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.95% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D8DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8DCE is #C27231. Grayscale: #7C7C7C. Windows color (decimal): -12743218 or 13536573. OLE color: 13536573.
HSL color Cylindrical-coordinate representation of color #3D8DCE: hue angle of 206.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D8DCE is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 141 | 206 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.19 |
| HSL | 206.9º | 0.6% | 0.52% | - |
| HSV(B) | 206.9º | 0.7% | 0.81% | - |
| XYZ | 22.59 | 24.5 | 61.93 | - |
| YUV | 124.49 | 174 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 206 | 0.70 | 0.32 | 0 | 0.19 | 206.9 | 0.6 | 0.52 |
| Hex | 3D | 8D | CE | 46 | 20 | 0 | 13 | CF | 3C | 34 |
| Octal | 75 | 215 | 316 | 106 | 40 | 0 | 23 | 317 | 74 | 64 |
| Binary | 111101 | 10001101 | 11001110 | 1000110 | 100000 | 0 | 10011 | 11001111 | 111100 | 110100 |
Color Harmonies of #3D8DCE
Complementary color
Monochromatic Colors of #3D8DCE
Black with #3D8DCE
Text Example
Text Example
White with #3D8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8DCE; }
p { color: rgb(61,141,206); }
H1.HeaderClassName
{
color: #3D8DCE;
}
.AnyTagClassName
{
color: #3D8DCE;
}
</style>
background-color css
<style>
a { background-color: #3D8DCE; }
a { background-color: rgb(61,141,206); }
div.DivClassName
{
background-color: #3D8DCE;
}
.BgClassName
{
background-color: #3D8DCE;
}
</style>
border-color css
<style>
span { border-color: #3D8DCE; }
span { border-color: rgb(61,141,206); }
td.TdClassName
{
border-color: #3D8DCE;
}
.TagClassName
{
border-color: #3D8DCE;
}
</style>