Shades of Curious Blue #3D7BBC
Tints of Curious Blue #3D7BBC
RGB
CMYK
RGB Variations
Color information
#3D7BBC (or 0x3D7BBC) is known color: Curious Blue. HEX triplet: 3D, 7B and BC. RGB value is (61,123,188). Sum of RGB (Red+Green+Blue) = 61+123+188=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D7BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7BBC is #C28443. Grayscale: #6F6F6F. Windows color (decimal): -12747844 or 12352317. OLE color: 12352317.
HSL color Cylindrical-coordinate representation of color #3D7BBC: hue angle of 210.71º 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 #3D7BBC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 123 | 188 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.26 |
| HSL | 210.71º | 0.51% | 0.49% | - |
| HSV(B) | 210.71º | 0.68% | 0.74% | - |
| XYZ | 18.08 | 18.79 | 50.25 | - |
| YUV | 111.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 123 | 188 | 0.68 | 0.35 | 0 | 0.26 | 210.71 | 0.51 | 0.49 |
| Hex | 3D | 7B | BC | 44 | 23 | 0 | 1A | D3 | 33 | 31 |
| Octal | 75 | 173 | 274 | 104 | 43 | 0 | 32 | 323 | 63 | 61 |
| Binary | 111101 | 1111011 | 10111100 | 1000100 | 100011 | 0 | 11010 | 11010011 | 110011 | 110001 |
Color Harmonies of #3D7BBC
Complementary color
Monochromatic Colors of #3D7BBC
Black with #3D7BBC
Text Example
Text Example
White with #3D7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7BBC; }
p { color: rgb(61,123,188); }
H1.HeaderClassName
{
color: #3D7BBC;
}
.AnyTagClassName
{
color: #3D7BBC;
}
</style>
background-color css
<style>
a { background-color: #3D7BBC; }
a { background-color: rgb(61,123,188); }
div.DivClassName
{
background-color: #3D7BBC;
}
.BgClassName
{
background-color: #3D7BBC;
}
</style>
border-color css
<style>
span { border-color: #3D7BBC; }
span { border-color: rgb(61,123,188); }
td.TdClassName
{
border-color: #3D7BBC;
}
.TagClassName
{
border-color: #3D7BBC;
}
</style>