Shades of Curious Blue #3A90C1
Tints of Curious Blue #3A90C1
RGB
CMYK
RGB Variations
Color information
#3A90C1 (or 0x3A90C1) is known color: Curious Blue. HEX triplet: 3A, 90 and C1. RGB value is (58,144,193). Sum of RGB (Red+Green+Blue) = 58+144+193=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A90C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A90C1 is #C56F3E. Grayscale: #7B7B7B. Windows color (decimal): -12939071 or 12685370. OLE color: 12685370.
HSL color Cylindrical-coordinate representation of color #3A90C1: hue angle of 201.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A90C1 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 144 | 193 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.24 |
| HSL | 201.78º | 0.54% | 0.49% | - |
| HSV(B) | 201.78º | 0.7% | 0.76% | - |
| XYZ | 21.34 | 24.7 | 54.09 | - |
| YUV | 123.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 193 | 0.70 | 0.25 | 0 | 0.24 | 201.78 | 0.54 | 0.49 |
| Hex | 3A | 90 | C1 | 46 | 19 | 0 | 18 | CA | 36 | 31 |
| Octal | 72 | 220 | 301 | 106 | 31 | 0 | 30 | 312 | 66 | 61 |
| Binary | 111010 | 10010000 | 11000001 | 1000110 | 11001 | 0 | 11000 | 11001010 | 110110 | 110001 |
Color Harmonies of #3A90C1
Complementary color
Monochromatic Colors of #3A90C1
Black with #3A90C1
Text Example
Text Example
White with #3A90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A90C1; }
p { color: rgb(58,144,193); }
H1.HeaderClassName
{
color: #3A90C1;
}
.AnyTagClassName
{
color: #3A90C1;
}
</style>
background-color css
<style>
a { background-color: #3A90C1; }
a { background-color: rgb(58,144,193); }
div.DivClassName
{
background-color: #3A90C1;
}
.BgClassName
{
background-color: #3A90C1;
}
</style>
border-color css
<style>
span { border-color: #3A90C1; }
span { border-color: rgb(58,144,193); }
td.TdClassName
{
border-color: #3A90C1;
}
.TagClassName
{
border-color: #3A90C1;
}
</style>