Shades of Curious Blue #3D8EC6
Tints of Curious Blue #3D8EC6
RGB
CMYK
RGB Variations
Color information
#3D8EC6 (or 0x3D8EC6) is known color: Curious Blue. HEX triplet: 3D, 8E and C6. RGB value is (61,142,198). Sum of RGB (Red+Green+Blue) = 61+142+198=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #3D8EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8EC6 is #C27139. Grayscale: #7B7B7B. Windows color (decimal): -12742970 or 13012541. OLE color: 13012541.
HSL color Cylindrical-coordinate representation of color #3D8EC6: hue angle of 204.53º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D8EC6 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 142 | 198 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.22 |
| HSL | 204.53º | 0.55% | 0.51% | - |
| HSV(B) | 204.53º | 0.69% | 0.78% | - |
| XYZ | 21.79 | 24.42 | 56.99 | - |
| YUV | 124.17 | 169.66 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 198 | 0.69 | 0.28 | 0 | 0.22 | 204.53 | 0.55 | 0.51 |
| Hex | 3D | 8E | C6 | 45 | 1C | 0 | 16 | CD | 37 | 33 |
| Octal | 75 | 216 | 306 | 105 | 34 | 0 | 26 | 315 | 67 | 63 |
| Binary | 111101 | 10001110 | 11000110 | 1000101 | 11100 | 0 | 10110 | 11001101 | 110111 | 110011 |
Color Harmonies of #3D8EC6
Complementary color
Monochromatic Colors of #3D8EC6
Black with #3D8EC6
Text Example
Text Example
White with #3D8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8EC6; }
p { color: rgb(61,142,198); }
H1.HeaderClassName
{
color: #3D8EC6;
}
.AnyTagClassName
{
color: #3D8EC6;
}
</style>
background-color css
<style>
a { background-color: #3D8EC6; }
a { background-color: rgb(61,142,198); }
div.DivClassName
{
background-color: #3D8EC6;
}
.BgClassName
{
background-color: #3D8EC6;
}
</style>
border-color css
<style>
span { border-color: #3D8EC6; }
span { border-color: rgb(61,142,198); }
td.TdClassName
{
border-color: #3D8EC6;
}
.TagClassName
{
border-color: #3D8EC6;
}
</style>