Shades of Curious Blue #3A8DDC
Tints of Curious Blue #3A8DDC
RGB
CMYK
RGB Variations
Color information
#3A8DDC (or 0x3A8DDC) is known color: Curious Blue. HEX triplet: 3A, 8D and DC. RGB value is (58,141,220). Sum of RGB (Red+Green+Blue) = 58+141+220=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A8DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8DDC is #C57223. Grayscale: #7C7C7C. Windows color (decimal): -12939812 or 14454074. OLE color: 14454074.
HSL color Cylindrical-coordinate representation of color #3A8DDC: hue angle of 209.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A8DDC is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 141 | 220 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.14 |
| HSL | 209.26º | 0.7% | 0.55% | - |
| HSV(B) | 209.26º | 0.74% | 0.86% | - |
| XYZ | 24.19 | 25.12 | 71.28 | - |
| YUV | 125.19 | 181.5 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 141 | 220 | 0.74 | 0.36 | 0 | 0.14 | 209.26 | 0.7 | 0.55 |
| Hex | 3A | 8D | DC | 4A | 24 | 0 | E | D1 | 46 | 37 |
| Octal | 72 | 215 | 334 | 112 | 44 | 0 | 16 | 321 | 106 | 67 |
| Binary | 111010 | 10001101 | 11011100 | 1001010 | 100100 | 0 | 1110 | 11010001 | 1000110 | 110111 |
Color Harmonies of #3A8DDC
Complementary color
Monochromatic Colors of #3A8DDC
Black with #3A8DDC
Text Example
Text Example
White with #3A8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8DDC; }
p { color: rgb(58,141,220); }
H1.HeaderClassName
{
color: #3A8DDC;
}
.AnyTagClassName
{
color: #3A8DDC;
}
</style>
background-color css
<style>
a { background-color: #3A8DDC; }
a { background-color: rgb(58,141,220); }
div.DivClassName
{
background-color: #3A8DDC;
}
.BgClassName
{
background-color: #3A8DDC;
}
</style>
border-color css
<style>
span { border-color: #3A8DDC; }
span { border-color: rgb(58,141,220); }
td.TdClassName
{
border-color: #3A8DDC;
}
.TagClassName
{
border-color: #3A8DDC;
}
</style>