Shades of Curious Blue #3C8ADC
Tints of Curious Blue #3C8ADC
RGB
CMYK
RGB Variations
Color information
#3C8ADC (or 0x3C8ADC) is known color: Curious Blue. HEX triplet: 3C, 8A and DC. RGB value is (60,138,220). Sum of RGB (Red+Green+Blue) = 60+138+220=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 138 (54.30% from 255 or 33.01% 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 #3C8ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ADC is #C37523. Grayscale: #7B7B7B. Windows color (decimal): -12809508 or 14453308. OLE color: 14453308.
HSL color Cylindrical-coordinate representation of color #3C8ADC: hue angle of 210.75º 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 #3C8ADC is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 138 | 220 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.14 |
| HSL | 210.75º | 0.7% | 0.55% | - |
| HSV(B) | 210.75º | 0.73% | 0.86% | - |
| XYZ | 23.87 | 24.3 | 71.14 | - |
| YUV | 124.03 | 182.16 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 220 | 0.73 | 0.37 | 0 | 0.14 | 210.75 | 0.7 | 0.55 |
| Hex | 3C | 8A | DC | 49 | 25 | 0 | E | D3 | 46 | 37 |
| Octal | 74 | 212 | 334 | 111 | 45 | 0 | 16 | 323 | 106 | 67 |
| Binary | 111100 | 10001010 | 11011100 | 1001001 | 100101 | 0 | 1110 | 11010011 | 1000110 | 110111 |
Color Harmonies of #3C8ADC
Complementary color
Monochromatic Colors of #3C8ADC
Black with #3C8ADC
Text Example
Text Example
White with #3C8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8ADC; }
p { color: rgb(60,138,220); }
H1.HeaderClassName
{
color: #3C8ADC;
}
.AnyTagClassName
{
color: #3C8ADC;
}
</style>
background-color css
<style>
a { background-color: #3C8ADC; }
a { background-color: rgb(60,138,220); }
div.DivClassName
{
background-color: #3C8ADC;
}
.BgClassName
{
background-color: #3C8ADC;
}
</style>
border-color css
<style>
span { border-color: #3C8ADC; }
span { border-color: rgb(60,138,220); }
td.TdClassName
{
border-color: #3C8ADC;
}
.TagClassName
{
border-color: #3C8ADC;
}
</style>