Shades of Curious Blue #3D7FBA
Tints of Curious Blue #3D7FBA
RGB
CMYK
RGB Variations
Color information
#3D7FBA (or 0x3D7FBA) is known color: Curious Blue. HEX triplet: 3D, 7F and BA. RGB value is (61,127,186). Sum of RGB (Red+Green+Blue) = 61+127+186=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D7FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7FBA is #C28045. Grayscale: #717171. Windows color (decimal): -12746822 or 12222269. OLE color: 12222269.
HSL color Cylindrical-coordinate representation of color #3D7FBA: hue angle of 208.32º 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 #3D7FBA is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 127 | 186 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.27 |
| HSL | 208.32º | 0.51% | 0.48% | - |
| HSV(B) | 208.32º | 0.67% | 0.73% | - |
| XYZ | 18.38 | 19.72 | 49.29 | - |
| YUV | 113.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 127 | 186 | 0.67 | 0.32 | 0 | 0.27 | 208.32 | 0.51 | 0.48 |
| Hex | 3D | 7F | BA | 43 | 20 | 0 | 1B | D0 | 33 | 30 |
| Octal | 75 | 177 | 272 | 103 | 40 | 0 | 33 | 320 | 63 | 60 |
| Binary | 111101 | 1111111 | 10111010 | 1000011 | 100000 | 0 | 11011 | 11010000 | 110011 | 110000 |
Color Harmonies of #3D7FBA
Complementary color
Monochromatic Colors of #3D7FBA
Black with #3D7FBA
Text Example
Text Example
White with #3D7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7FBA; }
p { color: rgb(61,127,186); }
H1.HeaderClassName
{
color: #3D7FBA;
}
.AnyTagClassName
{
color: #3D7FBA;
}
</style>
background-color css
<style>
a { background-color: #3D7FBA; }
a { background-color: rgb(61,127,186); }
div.DivClassName
{
background-color: #3D7FBA;
}
.BgClassName
{
background-color: #3D7FBA;
}
</style>
border-color css
<style>
span { border-color: #3D7FBA; }
span { border-color: rgb(61,127,186); }
td.TdClassName
{
border-color: #3D7FBA;
}
.TagClassName
{
border-color: #3D7FBA;
}
</style>