Shades of Curious Blue #3D7BBB
Tints of Curious Blue #3D7BBB
RGB
CMYK
RGB Variations
Color information
#3D7BBB (or 0x3D7BBB) is known color: Curious Blue. HEX triplet: 3D, 7B and BB. RGB value is (61,123,187). Sum of RGB (Red+Green+Blue) = 61+123+187=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D7BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7BBB is #C28444. Grayscale: #6F6F6F. Windows color (decimal): -12747845 or 12286781. OLE color: 12286781.
HSL color Cylindrical-coordinate representation of color #3D7BBB: hue angle of 210.48º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D7BBB is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 123 | 187 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.27 |
| HSL | 210.48º | 0.51% | 0.49% | - |
| HSV(B) | 210.48º | 0.67% | 0.73% | - |
| XYZ | 17.98 | 18.75 | 49.68 | - |
| YUV | 111.76 | 170.46 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 123 | 187 | 0.67 | 0.34 | 0 | 0.27 | 210.48 | 0.51 | 0.49 |
| Hex | 3D | 7B | BB | 43 | 22 | 0 | 1B | D2 | 33 | 31 |
| Octal | 75 | 173 | 273 | 103 | 42 | 0 | 33 | 322 | 63 | 61 |
| Binary | 111101 | 1111011 | 10111011 | 1000011 | 100010 | 0 | 11011 | 11010010 | 110011 | 110001 |
Color Harmonies of #3D7BBB
Complementary color
Monochromatic Colors of #3D7BBB
Black with #3D7BBB
Text Example
Text Example
White with #3D7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7BBB; }
p { color: rgb(61,123,187); }
H1.HeaderClassName
{
color: #3D7BBB;
}
.AnyTagClassName
{
color: #3D7BBB;
}
</style>
background-color css
<style>
a { background-color: #3D7BBB; }
a { background-color: rgb(61,123,187); }
div.DivClassName
{
background-color: #3D7BBB;
}
.BgClassName
{
background-color: #3D7BBB;
}
</style>
border-color css
<style>
span { border-color: #3D7BBB; }
span { border-color: rgb(61,123,187); }
td.TdClassName
{
border-color: #3D7BBB;
}
.TagClassName
{
border-color: #3D7BBB;
}
</style>