Shades of Curious Blue #3A92CC
Tints of Curious Blue #3A92CC
RGB
CMYK
RGB Variations
Color information
#3A92CC (or 0x3A92CC) is known color: Curious Blue. HEX triplet: 3A, 92 and CC. RGB value is (58,146,204). Sum of RGB (Red+Green+Blue) = 58+146+204=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A92CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A92CC is #C56D33. Grayscale: #7D7D7D. Windows color (decimal): -12938548 or 13406778. OLE color: 13406778.
HSL color Cylindrical-coordinate representation of color #3A92CC: hue angle of 203.84º 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 #3A92CC is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 146 | 204 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.2 |
| HSL | 203.84º | 0.59% | 0.51% | - |
| HSV(B) | 203.84º | 0.72% | 0.8% | - |
| XYZ | 22.92 | 25.82 | 60.9 | - |
| YUV | 126.3 | 171.85 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 204 | 0.72 | 0.28 | 0 | 0.2 | 203.84 | 0.59 | 0.51 |
| Hex | 3A | 92 | CC | 48 | 1C | 0 | 14 | CC | 3B | 33 |
| Octal | 72 | 222 | 314 | 110 | 34 | 0 | 24 | 314 | 73 | 63 |
| Binary | 111010 | 10010010 | 11001100 | 1001000 | 11100 | 0 | 10100 | 11001100 | 111011 | 110011 |
Color Harmonies of #3A92CC
Complementary color
Monochromatic Colors of #3A92CC
Black with #3A92CC
Text Example
Text Example
White with #3A92CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A92CC; }
p { color: rgb(58,146,204); }
H1.HeaderClassName
{
color: #3A92CC;
}
.AnyTagClassName
{
color: #3A92CC;
}
</style>
background-color css
<style>
a { background-color: #3A92CC; }
a { background-color: rgb(58,146,204); }
div.DivClassName
{
background-color: #3A92CC;
}
.BgClassName
{
background-color: #3A92CC;
}
</style>
border-color css
<style>
span { border-color: #3A92CC; }
span { border-color: rgb(58,146,204); }
td.TdClassName
{
border-color: #3A92CC;
}
.TagClassName
{
border-color: #3A92CC;
}
</style>