Shades of Curious Blue #3D83BA
Tints of Curious Blue #3D83BA
RGB
CMYK
RGB Variations
Color information
#3D83BA (or 0x3D83BA) is known color: Curious Blue. HEX triplet: 3D, 83 and BA. RGB value is (61,131,186). Sum of RGB (Red+Green+Blue) = 61+131+186=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D83BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D83BA is #C27C45. Grayscale: #747474. Windows color (decimal): -12745798 or 12223293. OLE color: 12223293.
HSL color Cylindrical-coordinate representation of color #3D83BA: hue angle of 206.4º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D83BA is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 131 | 186 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.27 |
| HSL | 206.4º | 0.51% | 0.48% | - |
| HSV(B) | 206.4º | 0.67% | 0.73% | - |
| XYZ | 18.9 | 20.77 | 49.47 | - |
| YUV | 116.34 | 167.31 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 131 | 186 | 0.67 | 0.30 | 0 | 0.27 | 206.4 | 0.51 | 0.48 |
| Hex | 3D | 83 | BA | 43 | 1E | 0 | 1B | CE | 33 | 30 |
| Octal | 75 | 203 | 272 | 103 | 36 | 0 | 33 | 316 | 63 | 60 |
| Binary | 111101 | 10000011 | 10111010 | 1000011 | 11110 | 0 | 11011 | 11001110 | 110011 | 110000 |
Color Harmonies of #3D83BA
Complementary color
Monochromatic Colors of #3D83BA
Black with #3D83BA
Text Example
Text Example
White with #3D83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D83BA; }
p { color: rgb(61,131,186); }
H1.HeaderClassName
{
color: #3D83BA;
}
.AnyTagClassName
{
color: #3D83BA;
}
</style>
background-color css
<style>
a { background-color: #3D83BA; }
a { background-color: rgb(61,131,186); }
div.DivClassName
{
background-color: #3D83BA;
}
.BgClassName
{
background-color: #3D83BA;
}
</style>
border-color css
<style>
span { border-color: #3D83BA; }
span { border-color: rgb(61,131,186); }
td.TdClassName
{
border-color: #3D83BA;
}
.TagClassName
{
border-color: #3D83BA;
}
</style>