Shades of Curious Blue #3B8BDC
Tints of Curious Blue #3B8BDC
RGB
CMYK
RGB Variations
Color information
#3B8BDC (or 0x3B8BDC) is known color: Curious Blue. HEX triplet: 3B, 8B and DC. RGB value is (59,139,220). Sum of RGB (Red+Green+Blue) = 59+139+220=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B8BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8BDC is #C47423. Grayscale: #7B7B7B. Windows color (decimal): -12874788 or 14453563. OLE color: 14453563.
HSL color Cylindrical-coordinate representation of color #3B8BDC: hue angle of 210.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B8BDC is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 139 | 220 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.14 |
| HSL | 210.19º | 0.7% | 0.55% | - |
| HSV(B) | 210.19º | 0.73% | 0.86% | - |
| XYZ | 23.95 | 24.56 | 71.19 | - |
| YUV | 124.31 | 182 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 139 | 220 | 0.73 | 0.37 | 0 | 0.14 | 210.19 | 0.7 | 0.55 |
| Hex | 3B | 8B | DC | 49 | 25 | 0 | E | D2 | 46 | 37 |
| Octal | 73 | 213 | 334 | 111 | 45 | 0 | 16 | 322 | 106 | 67 |
| Binary | 111011 | 10001011 | 11011100 | 1001001 | 100101 | 0 | 1110 | 11010010 | 1000110 | 110111 |
Color Harmonies of #3B8BDC
Complementary color
Monochromatic Colors of #3B8BDC
Black with #3B8BDC
Text Example
Text Example
White with #3B8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8BDC; }
p { color: rgb(59,139,220); }
H1.HeaderClassName
{
color: #3B8BDC;
}
.AnyTagClassName
{
color: #3B8BDC;
}
</style>
background-color css
<style>
a { background-color: #3B8BDC; }
a { background-color: rgb(59,139,220); }
div.DivClassName
{
background-color: #3B8BDC;
}
.BgClassName
{
background-color: #3B8BDC;
}
</style>
border-color css
<style>
span { border-color: #3B8BDC; }
span { border-color: rgb(59,139,220); }
td.TdClassName
{
border-color: #3B8BDC;
}
.TagClassName
{
border-color: #3B8BDC;
}
</style>