Shades of Curious Blue #3D8ABA
Tints of Curious Blue #3D8ABA
RGB
CMYK
RGB Variations
Color information
#3D8ABA (or 0x3D8ABA) is known color: Curious Blue. HEX triplet: 3D, 8A and BA. RGB value is (61,138,186). Sum of RGB (Red+Green+Blue) = 61+138+186=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D8ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8ABA is #C27545. Grayscale: #787878. Windows color (decimal): -12744006 or 12225085. OLE color: 12225085.
HSL color Cylindrical-coordinate representation of color #3D8ABA: hue angle of 203.04º 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 #3D8ABA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 138 | 186 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.27 |
| HSL | 203.04º | 0.51% | 0.48% | - |
| HSV(B) | 203.04º | 0.67% | 0.73% | - |
| XYZ | 19.88 | 22.71 | 49.79 | - |
| YUV | 120.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 186 | 0.67 | 0.26 | 0 | 0.27 | 203.04 | 0.51 | 0.48 |
| Hex | 3D | 8A | BA | 43 | 1A | 0 | 1B | CB | 33 | 30 |
| Octal | 75 | 212 | 272 | 103 | 32 | 0 | 33 | 313 | 63 | 60 |
| Binary | 111101 | 10001010 | 10111010 | 1000011 | 11010 | 0 | 11011 | 11001011 | 110011 | 110000 |
Color Harmonies of #3D8ABA
Complementary color
Monochromatic Colors of #3D8ABA
Black with #3D8ABA
Text Example
Text Example
White with #3D8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8ABA; }
p { color: rgb(61,138,186); }
H1.HeaderClassName
{
color: #3D8ABA;
}
.AnyTagClassName
{
color: #3D8ABA;
}
</style>
background-color css
<style>
a { background-color: #3D8ABA; }
a { background-color: rgb(61,138,186); }
div.DivClassName
{
background-color: #3D8ABA;
}
.BgClassName
{
background-color: #3D8ABA;
}
</style>
border-color css
<style>
span { border-color: #3D8ABA; }
span { border-color: rgb(61,138,186); }
td.TdClassName
{
border-color: #3D8ABA;
}
.TagClassName
{
border-color: #3D8ABA;
}
</style>