Shades of Curious Blue #3A90CC
Tints of Curious Blue #3A90CC
RGB
CMYK
RGB Variations
Color information
#3A90CC (or 0x3A90CC) is known color: Curious Blue. HEX triplet: 3A, 90 and CC. RGB value is (58,144,204). Sum of RGB (Red+Green+Blue) = 58+144+204=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A90CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A90CC is #C56F33. Grayscale: #7C7C7C. Windows color (decimal): -12939060 or 13406266. OLE color: 13406266.
HSL color Cylindrical-coordinate representation of color #3A90CC: hue angle of 204.66º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A90CC is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 144 | 204 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.2 |
| HSL | 204.66º | 0.59% | 0.51% | - |
| HSV(B) | 204.66º | 0.72% | 0.8% | - |
| XYZ | 22.62 | 25.21 | 60.8 | - |
| YUV | 125.13 | 172.51 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 204 | 0.72 | 0.29 | 0 | 0.2 | 204.66 | 0.59 | 0.51 |
| Hex | 3A | 90 | CC | 48 | 1D | 0 | 14 | CD | 3B | 33 |
| Octal | 72 | 220 | 314 | 110 | 35 | 0 | 24 | 315 | 73 | 63 |
| Binary | 111010 | 10010000 | 11001100 | 1001000 | 11101 | 0 | 10100 | 11001101 | 111011 | 110011 |
Color Harmonies of #3A90CC
Complementary color
Monochromatic Colors of #3A90CC
Black with #3A90CC
Text Example
Text Example
White with #3A90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A90CC; }
p { color: rgb(58,144,204); }
H1.HeaderClassName
{
color: #3A90CC;
}
.AnyTagClassName
{
color: #3A90CC;
}
</style>
background-color css
<style>
a { background-color: #3A90CC; }
a { background-color: rgb(58,144,204); }
div.DivClassName
{
background-color: #3A90CC;
}
.BgClassName
{
background-color: #3A90CC;
}
</style>
border-color css
<style>
span { border-color: #3A90CC; }
span { border-color: rgb(58,144,204); }
td.TdClassName
{
border-color: #3A90CC;
}
.TagClassName
{
border-color: #3A90CC;
}
</style>