Shades of Curious Blue #3A8CCA
Tints of Curious Blue #3A8CCA
RGB
CMYK
RGB Variations
Color information
#3A8CCA (or 0x3A8CCA) is known color: Curious Blue. HEX triplet: 3A, 8C and CA. RGB value is (58,140,202). Sum of RGB (Red+Green+Blue) = 58+140+202=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A8CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8CCA is #C57335. Grayscale: #7A7A7A. Windows color (decimal): -12940086 or 13274170. OLE color: 13274170.
HSL color Cylindrical-coordinate representation of color #3A8CCA: hue angle of 205.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A8CCA is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 140 | 202 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.21 |
| HSL | 205.83º | 0.58% | 0.51% | - |
| HSV(B) | 205.83º | 0.71% | 0.79% | - |
| XYZ | 21.78 | 23.92 | 59.35 | - |
| YUV | 122.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 140 | 202 | 0.71 | 0.31 | 0 | 0.21 | 205.83 | 0.58 | 0.51 |
| Hex | 3A | 8C | CA | 47 | 1F | 0 | 15 | CE | 3A | 33 |
| Octal | 72 | 214 | 312 | 107 | 37 | 0 | 25 | 316 | 72 | 63 |
| Binary | 111010 | 10001100 | 11001010 | 1000111 | 11111 | 0 | 10101 | 11001110 | 111010 | 110011 |
Color Harmonies of #3A8CCA
Complementary color
Monochromatic Colors of #3A8CCA
Black with #3A8CCA
Text Example
Text Example
White with #3A8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8CCA; }
p { color: rgb(58,140,202); }
H1.HeaderClassName
{
color: #3A8CCA;
}
.AnyTagClassName
{
color: #3A8CCA;
}
</style>
background-color css
<style>
a { background-color: #3A8CCA; }
a { background-color: rgb(58,140,202); }
div.DivClassName
{
background-color: #3A8CCA;
}
.BgClassName
{
background-color: #3A8CCA;
}
</style>
border-color css
<style>
span { border-color: #3A8CCA; }
span { border-color: rgb(58,140,202); }
td.TdClassName
{
border-color: #3A8CCA;
}
.TagClassName
{
border-color: #3A8CCA;
}
</style>