Shades of Curious Blue #3D8DDA
Tints of Curious Blue #3D8DDA
RGB
CMYK
RGB Variations
Color information
#3D8DDA (or 0x3D8DDA) is known color: Curious Blue. HEX triplet: 3D, 8D and DA. RGB value is (61,141,218). Sum of RGB (Red+Green+Blue) = 61+141+218=420 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.52% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D8DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8DDA is #C27225. Grayscale: #7D7D7D. Windows color (decimal): -12743206 or 14323005. OLE color: 14323005.
HSL color Cylindrical-coordinate representation of color #3D8DDA: hue angle of 209.43º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D8DDA is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 141 | 218 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.15 |
| HSL | 209.43º | 0.68% | 0.55% | - |
| HSV(B) | 209.43º | 0.72% | 0.85% | - |
| XYZ | 24.1 | 25.1 | 69.9 | - |
| YUV | 125.86 | 180 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 218 | 0.72 | 0.35 | 0 | 0.15 | 209.43 | 0.68 | 0.55 |
| Hex | 3D | 8D | DA | 48 | 23 | 0 | F | D1 | 44 | 37 |
| Octal | 75 | 215 | 332 | 110 | 43 | 0 | 17 | 321 | 104 | 67 |
| Binary | 111101 | 10001101 | 11011010 | 1001000 | 100011 | 0 | 1111 | 11010001 | 1000100 | 110111 |
Color Harmonies of #3D8DDA
Complementary color
Monochromatic Colors of #3D8DDA
Black with #3D8DDA
Text Example
Text Example
White with #3D8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8DDA; }
p { color: rgb(61,141,218); }
H1.HeaderClassName
{
color: #3D8DDA;
}
.AnyTagClassName
{
color: #3D8DDA;
}
</style>
background-color css
<style>
a { background-color: #3D8DDA; }
a { background-color: rgb(61,141,218); }
div.DivClassName
{
background-color: #3D8DDA;
}
.BgClassName
{
background-color: #3D8DDA;
}
</style>
border-color css
<style>
span { border-color: #3D8DDA; }
span { border-color: rgb(61,141,218); }
td.TdClassName
{
border-color: #3D8DDA;
}
.TagClassName
{
border-color: #3D8DDA;
}
</style>