Shades of Curious Blue #3D8ECC
Tints of Curious Blue #3D8ECC
RGB
CMYK
RGB Variations
Color information
#3D8ECC (or 0x3D8ECC) is known color: Curious Blue. HEX triplet: 3D, 8E and CC. RGB value is (61,142,204). Sum of RGB (Red+Green+Blue) = 61+142+204=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D8ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8ECC is #C27133. Grayscale: #7C7C7C. Windows color (decimal): -12742964 or 13405757. OLE color: 13405757.
HSL color Cylindrical-coordinate representation of color #3D8ECC: hue angle of 206.01º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D8ECC is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 142 | 204 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.2 |
| HSL | 206.01º | 0.58% | 0.52% | - |
| HSV(B) | 206.01º | 0.7% | 0.8% | - |
| XYZ | 22.5 | 24.7 | 60.71 | - |
| YUV | 124.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 204 | 0.70 | 0.30 | 0 | 0.2 | 206.01 | 0.58 | 0.52 |
| Hex | 3D | 8E | CC | 46 | 1E | 0 | 14 | CE | 3A | 34 |
| Octal | 75 | 216 | 314 | 106 | 36 | 0 | 24 | 316 | 72 | 64 |
| Binary | 111101 | 10001110 | 11001100 | 1000110 | 11110 | 0 | 10100 | 11001110 | 111010 | 110100 |
Color Harmonies of #3D8ECC
Complementary color
Monochromatic Colors of #3D8ECC
Black with #3D8ECC
Text Example
Text Example
White with #3D8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8ECC; }
p { color: rgb(61,142,204); }
H1.HeaderClassName
{
color: #3D8ECC;
}
.AnyTagClassName
{
color: #3D8ECC;
}
</style>
background-color css
<style>
a { background-color: #3D8ECC; }
a { background-color: rgb(61,142,204); }
div.DivClassName
{
background-color: #3D8ECC;
}
.BgClassName
{
background-color: #3D8ECC;
}
</style>
border-color css
<style>
span { border-color: #3D8ECC; }
span { border-color: rgb(61,142,204); }
td.TdClassName
{
border-color: #3D8ECC;
}
.TagClassName
{
border-color: #3D8ECC;
}
</style>