Shades of Curious Blue #3B8ADD
Tints of Curious Blue #3B8ADD
RGB
CMYK
RGB Variations
Color information
#3B8ADD (or 0x3B8ADD) is known color: Curious Blue. HEX triplet: 3B, 8A and DD. RGB value is (59,138,221). Sum of RGB (Red+Green+Blue) = 59+138+221=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B8ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8ADD is #C47522. Grayscale: #7B7B7B. Windows color (decimal): -12875043 or 14518843. OLE color: 14518843.
HSL color Cylindrical-coordinate representation of color #3B8ADD: hue angle of 210.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B8ADD is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 138 | 221 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.13 |
| HSL | 210.74º | 0.7% | 0.55% | - |
| HSV(B) | 210.74º | 0.73% | 0.87% | - |
| XYZ | 23.94 | 24.33 | 71.84 | - |
| YUV | 123.84 | 182.83 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 138 | 221 | 0.73 | 0.38 | 0 | 0.13 | 210.74 | 0.7 | 0.55 |
| Hex | 3B | 8A | DD | 49 | 26 | 0 | D | D3 | 46 | 37 |
| Octal | 73 | 212 | 335 | 111 | 46 | 0 | 15 | 323 | 106 | 67 |
| Binary | 111011 | 10001010 | 11011101 | 1001001 | 100110 | 0 | 1101 | 11010011 | 1000110 | 110111 |
Color Harmonies of #3B8ADD
Complementary color
Monochromatic Colors of #3B8ADD
Black with #3B8ADD
Text Example
Text Example
White with #3B8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8ADD; }
p { color: rgb(59,138,221); }
H1.HeaderClassName
{
color: #3B8ADD;
}
.AnyTagClassName
{
color: #3B8ADD;
}
</style>
background-color css
<style>
a { background-color: #3B8ADD; }
a { background-color: rgb(59,138,221); }
div.DivClassName
{
background-color: #3B8ADD;
}
.BgClassName
{
background-color: #3B8ADD;
}
</style>
border-color css
<style>
span { border-color: #3B8ADD; }
span { border-color: rgb(59,138,221); }
td.TdClassName
{
border-color: #3B8ADD;
}
.TagClassName
{
border-color: #3B8ADD;
}
</style>