Shades of Curious Blue #3D8ECB
Tints of Curious Blue #3D8ECB
RGB
CMYK
RGB Variations
Color information
#3D8ECB (or 0x3D8ECB) is known color: Curious Blue. HEX triplet: 3D, 8E and CB. RGB value is (61,142,203). Sum of RGB (Red+Green+Blue) = 61+142+203=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D8ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8ECB is #C27134. Grayscale: #7C7C7C. Windows color (decimal): -12742965 or 13340221. OLE color: 13340221.
HSL color Cylindrical-coordinate representation of color #3D8ECB: hue angle of 205.77º 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 #3D8ECB is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 142 | 203 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.20 |
| HSL | 205.77º | 0.58% | 0.52% | - |
| HSV(B) | 205.77º | 0.7% | 0.8% | - |
| XYZ | 22.38 | 24.65 | 60.08 | - |
| YUV | 124.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 203 | 0.70 | 0.30 | 0 | 0.20 | 205.77 | 0.58 | 0.52 |
| Hex | 3D | 8E | CB | 46 | 1E | 0 | 14 | CE | 3A | 34 |
| Octal | 75 | 216 | 313 | 106 | 36 | 0 | 24 | 316 | 72 | 64 |
| Binary | 111101 | 10001110 | 11001011 | 1000110 | 11110 | 0 | 10100 | 11001110 | 111010 | 110100 |
Color Harmonies of #3D8ECB
Complementary color
Monochromatic Colors of #3D8ECB
Black with #3D8ECB
Text Example
Text Example
White with #3D8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8ECB; }
p { color: rgb(61,142,203); }
H1.HeaderClassName
{
color: #3D8ECB;
}
.AnyTagClassName
{
color: #3D8ECB;
}
</style>
background-color css
<style>
a { background-color: #3D8ECB; }
a { background-color: rgb(61,142,203); }
div.DivClassName
{
background-color: #3D8ECB;
}
.BgClassName
{
background-color: #3D8ECB;
}
</style>
border-color css
<style>
span { border-color: #3D8ECB; }
span { border-color: rgb(61,142,203); }
td.TdClassName
{
border-color: #3D8ECB;
}
.TagClassName
{
border-color: #3D8ECB;
}
</style>