Shades of Curious Blue #3D81BC
Tints of Curious Blue #3D81BC
RGB
CMYK
RGB Variations
Color information
#3D81BC (or 0x3D81BC) is known color: Curious Blue. HEX triplet: 3D, 81 and BC. RGB value is (61,129,188). Sum of RGB (Red+Green+Blue) = 61+129+188=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D81BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D81BC is #C27E43. Grayscale: #737373. Windows color (decimal): -12746308 or 12353853. OLE color: 12353853.
HSL color Cylindrical-coordinate representation of color #3D81BC: hue angle of 207.87º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D81BC is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 129 | 188 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.26 |
| HSL | 207.87º | 0.51% | 0.49% | - |
| HSV(B) | 207.87º | 0.68% | 0.74% | - |
| XYZ | 18.85 | 20.32 | 50.51 | - |
| YUV | 115.39 | 168.97 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 129 | 188 | 0.68 | 0.31 | 0 | 0.26 | 207.87 | 0.51 | 0.49 |
| Hex | 3D | 81 | BC | 44 | 1F | 0 | 1A | D0 | 33 | 31 |
| Octal | 75 | 201 | 274 | 104 | 37 | 0 | 32 | 320 | 63 | 61 |
| Binary | 111101 | 10000001 | 10111100 | 1000100 | 11111 | 0 | 11010 | 11010000 | 110011 | 110001 |
Color Harmonies of #3D81BC
Complementary color
Monochromatic Colors of #3D81BC
Black with #3D81BC
Text Example
Text Example
White with #3D81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D81BC; }
p { color: rgb(61,129,188); }
H1.HeaderClassName
{
color: #3D81BC;
}
.AnyTagClassName
{
color: #3D81BC;
}
</style>
background-color css
<style>
a { background-color: #3D81BC; }
a { background-color: rgb(61,129,188); }
div.DivClassName
{
background-color: #3D81BC;
}
.BgClassName
{
background-color: #3D81BC;
}
</style>
border-color css
<style>
span { border-color: #3D81BC; }
span { border-color: rgb(61,129,188); }
td.TdClassName
{
border-color: #3D81BC;
}
.TagClassName
{
border-color: #3D81BC;
}
</style>