Shades of Curious Blue #3D83BC
Tints of Curious Blue #3D83BC
RGB
CMYK
RGB Variations
Color information
#3D83BC (or 0x3D83BC) is known color: Curious Blue. HEX triplet: 3D, 83 and BC. RGB value is (61,131,188). Sum of RGB (Red+Green+Blue) = 61+131+188=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D83BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D83BC is #C27C43. Grayscale: #747474. Windows color (decimal): -12745796 or 12354365. OLE color: 12354365.
HSL color Cylindrical-coordinate representation of color #3D83BC: hue angle of 206.93º 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 #3D83BC is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 131 | 188 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.26 |
| HSL | 206.93º | 0.51% | 0.49% | - |
| HSV(B) | 206.93º | 0.68% | 0.74% | - |
| XYZ | 19.12 | 20.86 | 50.59 | - |
| YUV | 116.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 131 | 188 | 0.68 | 0.30 | 0 | 0.26 | 206.93 | 0.51 | 0.49 |
| Hex | 3D | 83 | BC | 44 | 1E | 0 | 1A | CF | 33 | 31 |
| Octal | 75 | 203 | 274 | 104 | 36 | 0 | 32 | 317 | 63 | 61 |
| Binary | 111101 | 10000011 | 10111100 | 1000100 | 11110 | 0 | 11010 | 11001111 | 110011 | 110001 |
Color Harmonies of #3D83BC
Complementary color
Monochromatic Colors of #3D83BC
Black with #3D83BC
Text Example
Text Example
White with #3D83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D83BC; }
p { color: rgb(61,131,188); }
H1.HeaderClassName
{
color: #3D83BC;
}
.AnyTagClassName
{
color: #3D83BC;
}
</style>
background-color css
<style>
a { background-color: #3D83BC; }
a { background-color: rgb(61,131,188); }
div.DivClassName
{
background-color: #3D83BC;
}
.BgClassName
{
background-color: #3D83BC;
}
</style>
border-color css
<style>
span { border-color: #3D83BC; }
span { border-color: rgb(61,131,188); }
td.TdClassName
{
border-color: #3D83BC;
}
.TagClassName
{
border-color: #3D83BC;
}
</style>