Shades of Curious Blue #3D80BA
Tints of Curious Blue #3D80BA
RGB
CMYK
RGB Variations
Color information
#3D80BA (or 0x3D80BA) is known color: Curious Blue. HEX triplet: 3D, 80 and BA. RGB value is (61,128,186). Sum of RGB (Red+Green+Blue) = 61+128+186=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D80BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D80BA is #C27F45. Grayscale: #727272. Windows color (decimal): -12746566 or 12222525. OLE color: 12222525.
HSL color Cylindrical-coordinate representation of color #3D80BA: hue angle of 207.84º 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 #3D80BA is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 128 | 186 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.27 |
| HSL | 207.84º | 0.51% | 0.48% | - |
| HSV(B) | 207.84º | 0.67% | 0.73% | - |
| XYZ | 18.51 | 19.98 | 49.33 | - |
| YUV | 114.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 128 | 186 | 0.67 | 0.31 | 0 | 0.27 | 207.84 | 0.51 | 0.48 |
| Hex | 3D | 80 | BA | 43 | 1F | 0 | 1B | D0 | 33 | 30 |
| Octal | 75 | 200 | 272 | 103 | 37 | 0 | 33 | 320 | 63 | 60 |
| Binary | 111101 | 10000000 | 10111010 | 1000011 | 11111 | 0 | 11011 | 11010000 | 110011 | 110000 |
Color Harmonies of #3D80BA
Complementary color
Monochromatic Colors of #3D80BA
Black with #3D80BA
Text Example
Text Example
White with #3D80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D80BA; }
p { color: rgb(61,128,186); }
H1.HeaderClassName
{
color: #3D80BA;
}
.AnyTagClassName
{
color: #3D80BA;
}
</style>
background-color css
<style>
a { background-color: #3D80BA; }
a { background-color: rgb(61,128,186); }
div.DivClassName
{
background-color: #3D80BA;
}
.BgClassName
{
background-color: #3D80BA;
}
</style>
border-color css
<style>
span { border-color: #3D80BA; }
span { border-color: rgb(61,128,186); }
td.TdClassName
{
border-color: #3D80BA;
}
.TagClassName
{
border-color: #3D80BA;
}
</style>