Shades of Curious Blue #3A8DDE
Tints of Curious Blue #3A8DDE
RGB
CMYK
RGB Variations
Color information
#3A8DDE (or 0x3A8DDE) is known color: Curious Blue. HEX triplet: 3A, 8D and DE. RGB value is (58,141,222). Sum of RGB (Red+Green+Blue) = 58+141+222=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A8DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8DDE is #C57221. Grayscale: #7D7D7D. Windows color (decimal): -12939810 or 14585146. OLE color: 14585146.
HSL color Cylindrical-coordinate representation of color #3A8DDE: hue angle of 209.63º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A8DDE is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 141 | 222 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.13 |
| HSL | 209.63º | 0.71% | 0.55% | - |
| HSV(B) | 209.63º | 0.74% | 0.87% | - |
| XYZ | 24.45 | 25.22 | 72.69 | - |
| YUV | 125.42 | 182.5 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 141 | 222 | 0.74 | 0.36 | 0 | 0.13 | 209.63 | 0.71 | 0.55 |
| Hex | 3A | 8D | DE | 4A | 24 | 0 | D | D2 | 47 | 37 |
| Octal | 72 | 215 | 336 | 112 | 44 | 0 | 15 | 322 | 107 | 67 |
| Binary | 111010 | 10001101 | 11011110 | 1001010 | 100100 | 0 | 1101 | 11010010 | 1000111 | 110111 |
Color Harmonies of #3A8DDE
Complementary color
Monochromatic Colors of #3A8DDE
Black with #3A8DDE
Text Example
Text Example
White with #3A8DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8DDE; }
p { color: rgb(58,141,222); }
H1.HeaderClassName
{
color: #3A8DDE;
}
.AnyTagClassName
{
color: #3A8DDE;
}
</style>
background-color css
<style>
a { background-color: #3A8DDE; }
a { background-color: rgb(58,141,222); }
div.DivClassName
{
background-color: #3A8DDE;
}
.BgClassName
{
background-color: #3A8DDE;
}
</style>
border-color css
<style>
span { border-color: #3A8DDE; }
span { border-color: rgb(58,141,222); }
td.TdClassName
{
border-color: #3A8DDE;
}
.TagClassName
{
border-color: #3A8DDE;
}
</style>