Shades of Curious Blue #3D80BD
Tints of Curious Blue #3D80BD
RGB
CMYK
RGB Variations
Color information
#3D80BD (or 0x3D80BD) is known color: Curious Blue. HEX triplet: 3D, 80 and BD. RGB value is (61,128,189). Sum of RGB (Red+Green+Blue) = 61+128+189=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D80BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D80BD is #C27F42. Grayscale: #727272. Windows color (decimal): -12746563 or 12419133. OLE color: 12419133.
HSL color Cylindrical-coordinate representation of color #3D80BD: hue angle of 208.59º 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 #3D80BD is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 128 | 189 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.26 |
| HSL | 208.59º | 0.51% | 0.49% | - |
| HSV(B) | 208.59º | 0.68% | 0.74% | - |
| XYZ | 18.83 | 20.1 | 51.03 | - |
| YUV | 114.92 | 169.8 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 128 | 189 | 0.68 | 0.32 | 0 | 0.26 | 208.59 | 0.51 | 0.49 |
| Hex | 3D | 80 | BD | 44 | 20 | 0 | 1A | D1 | 33 | 31 |
| Octal | 75 | 200 | 275 | 104 | 40 | 0 | 32 | 321 | 63 | 61 |
| Binary | 111101 | 10000000 | 10111101 | 1000100 | 100000 | 0 | 11010 | 11010001 | 110011 | 110001 |
Color Harmonies of #3D80BD
Complementary color
Monochromatic Colors of #3D80BD
Black with #3D80BD
Text Example
Text Example
White with #3D80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D80BD; }
p { color: rgb(61,128,189); }
H1.HeaderClassName
{
color: #3D80BD;
}
.AnyTagClassName
{
color: #3D80BD;
}
</style>
background-color css
<style>
a { background-color: #3D80BD; }
a { background-color: rgb(61,128,189); }
div.DivClassName
{
background-color: #3D80BD;
}
.BgClassName
{
background-color: #3D80BD;
}
</style>
border-color css
<style>
span { border-color: #3D80BD; }
span { border-color: rgb(61,128,189); }
td.TdClassName
{
border-color: #3D80BD;
}
.TagClassName
{
border-color: #3D80BD;
}
</style>