Shades of Curious Blue #3D8FBC
Tints of Curious Blue #3D8FBC
RGB
CMYK
RGB Variations
Color information
#3D8FBC (or 0x3D8FBC) is known color: Curious Blue. HEX triplet: 3D, 8F and BC. RGB value is (61,143,188). Sum of RGB (Red+Green+Blue) = 61+143+188=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D8FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8FBC is #C27043. Grayscale: #7B7B7B. Windows color (decimal): -12742724 or 12357437. OLE color: 12357437.
HSL color Cylindrical-coordinate representation of color #3D8FBC: hue angle of 201.26º 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 #3D8FBC is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 143 | 188 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.26 |
| HSL | 201.26º | 0.51% | 0.49% | - |
| HSV(B) | 201.26º | 0.68% | 0.74% | - |
| XYZ | 20.82 | 24.27 | 51.16 | - |
| YUV | 123.61 | 164.33 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 143 | 188 | 0.68 | 0.24 | 0 | 0.26 | 201.26 | 0.51 | 0.49 |
| Hex | 3D | 8F | BC | 44 | 18 | 0 | 1A | C9 | 33 | 31 |
| Octal | 75 | 217 | 274 | 104 | 30 | 0 | 32 | 311 | 63 | 61 |
| Binary | 111101 | 10001111 | 10111100 | 1000100 | 11000 | 0 | 11010 | 11001001 | 110011 | 110001 |
Color Harmonies of #3D8FBC
Complementary color
Monochromatic Colors of #3D8FBC
Black with #3D8FBC
Text Example
Text Example
White with #3D8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8FBC; }
p { color: rgb(61,143,188); }
H1.HeaderClassName
{
color: #3D8FBC;
}
.AnyTagClassName
{
color: #3D8FBC;
}
</style>
background-color css
<style>
a { background-color: #3D8FBC; }
a { background-color: rgb(61,143,188); }
div.DivClassName
{
background-color: #3D8FBC;
}
.BgClassName
{
background-color: #3D8FBC;
}
</style>
border-color css
<style>
span { border-color: #3D8FBC; }
span { border-color: rgb(61,143,188); }
td.TdClassName
{
border-color: #3D8FBC;
}
.TagClassName
{
border-color: #3D8FBC;
}
</style>