Shades of Curious Blue #3B8DC8
Tints of Curious Blue #3B8DC8
RGB
CMYK
RGB Variations
Color information
#3B8DC8 (or 0x3B8DC8) is known color: Curious Blue. HEX triplet: 3B, 8D and C8. RGB value is (59,141,200). Sum of RGB (Red+Green+Blue) = 59+141+200=400 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #3B8DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8DC8 is #C47237. Grayscale: #7A7A7A. Windows color (decimal): -12874296 or 13143355. OLE color: 13143355.
HSL color Cylindrical-coordinate representation of color #3B8DC8: hue angle of 205.11º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B8DC8 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 141 | 200 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.22 |
| HSL | 205.11º | 0.56% | 0.51% | - |
| HSV(B) | 205.11º | 0.71% | 0.78% | - |
| XYZ | 21.75 | 24.15 | 58.16 | - |
| YUV | 123.21 | 171.33 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 141 | 200 | 0.70 | 0.29 | 0 | 0.22 | 205.11 | 0.56 | 0.51 |
| Hex | 3B | 8D | C8 | 46 | 1D | 0 | 16 | CD | 38 | 33 |
| Octal | 73 | 215 | 310 | 106 | 35 | 0 | 26 | 315 | 70 | 63 |
| Binary | 111011 | 10001101 | 11001000 | 1000110 | 11101 | 0 | 10110 | 11001101 | 111000 | 110011 |
Color Harmonies of #3B8DC8
Complementary color
Monochromatic Colors of #3B8DC8
Black with #3B8DC8
Text Example
Text Example
White with #3B8DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8DC8; }
p { color: rgb(59,141,200); }
H1.HeaderClassName
{
color: #3B8DC8;
}
.AnyTagClassName
{
color: #3B8DC8;
}
</style>
background-color css
<style>
a { background-color: #3B8DC8; }
a { background-color: rgb(59,141,200); }
div.DivClassName
{
background-color: #3B8DC8;
}
.BgClassName
{
background-color: #3B8DC8;
}
</style>
border-color css
<style>
span { border-color: #3B8DC8; }
span { border-color: rgb(59,141,200); }
td.TdClassName
{
border-color: #3B8DC8;
}
.TagClassName
{
border-color: #3B8DC8;
}
</style>