Shades of Curious Blue #3B8ADC
Tints of Curious Blue #3B8ADC
RGB
CMYK
RGB Variations
Color information
#3B8ADC (or 0x3B8ADC) is known color: Curious Blue. HEX triplet: 3B, 8A and DC. RGB value is (59,138,220). Sum of RGB (Red+Green+Blue) = 59+138+220=417 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.15% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B8ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8ADC is #C47523. Grayscale: #7B7B7B. Windows color (decimal): -12875044 or 14453307. OLE color: 14453307.
HSL color Cylindrical-coordinate representation of color #3B8ADC: hue angle of 210.56º 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 #3B8ADC is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 138 | 220 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.14 |
| HSL | 210.56º | 0.7% | 0.55% | - |
| HSV(B) | 210.56º | 0.73% | 0.86% | - |
| XYZ | 23.81 | 24.27 | 71.14 | - |
| YUV | 123.73 | 182.33 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 138 | 220 | 0.73 | 0.37 | 0 | 0.14 | 210.56 | 0.7 | 0.55 |
| Hex | 3B | 8A | DC | 49 | 25 | 0 | E | D3 | 46 | 37 |
| Octal | 73 | 212 | 334 | 111 | 45 | 0 | 16 | 323 | 106 | 67 |
| Binary | 111011 | 10001010 | 11011100 | 1001001 | 100101 | 0 | 1110 | 11010011 | 1000110 | 110111 |
Color Harmonies of #3B8ADC
Complementary color
Monochromatic Colors of #3B8ADC
Black with #3B8ADC
Text Example
Text Example
White with #3B8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8ADC; }
p { color: rgb(59,138,220); }
H1.HeaderClassName
{
color: #3B8ADC;
}
.AnyTagClassName
{
color: #3B8ADC;
}
</style>
background-color css
<style>
a { background-color: #3B8ADC; }
a { background-color: rgb(59,138,220); }
div.DivClassName
{
background-color: #3B8ADC;
}
.BgClassName
{
background-color: #3B8ADC;
}
</style>
border-color css
<style>
span { border-color: #3B8ADC; }
span { border-color: rgb(59,138,220); }
td.TdClassName
{
border-color: #3B8ADC;
}
.TagClassName
{
border-color: #3B8ADC;
}
</style>