Shades of Curious Blue #3A8CCC
Tints of Curious Blue #3A8CCC
RGB
CMYK
RGB Variations
Color information
#3A8CCC (or 0x3A8CCC) is known color: Curious Blue. HEX triplet: 3A, 8C and CC. RGB value is (58,140,204). Sum of RGB (Red+Green+Blue) = 58+140+204=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A8CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8CCC is #C57333. Grayscale: #7A7A7A. Windows color (decimal): -12940084 or 13405242. OLE color: 13405242.
HSL color Cylindrical-coordinate representation of color #3A8CCC: hue angle of 206.3º 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 #3A8CCC is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 140 | 204 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.2 |
| HSL | 206.3º | 0.59% | 0.51% | - |
| HSV(B) | 206.3º | 0.72% | 0.8% | - |
| XYZ | 22.02 | 24.02 | 60.6 | - |
| YUV | 122.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 140 | 204 | 0.72 | 0.31 | 0 | 0.2 | 206.3 | 0.59 | 0.51 |
| Hex | 3A | 8C | CC | 48 | 1F | 0 | 14 | CE | 3B | 33 |
| Octal | 72 | 214 | 314 | 110 | 37 | 0 | 24 | 316 | 73 | 63 |
| Binary | 111010 | 10001100 | 11001100 | 1001000 | 11111 | 0 | 10100 | 11001110 | 111011 | 110011 |
Color Harmonies of #3A8CCC
Complementary color
Monochromatic Colors of #3A8CCC
Black with #3A8CCC
Text Example
Text Example
White with #3A8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8CCC; }
p { color: rgb(58,140,204); }
H1.HeaderClassName
{
color: #3A8CCC;
}
.AnyTagClassName
{
color: #3A8CCC;
}
</style>
background-color css
<style>
a { background-color: #3A8CCC; }
a { background-color: rgb(58,140,204); }
div.DivClassName
{
background-color: #3A8CCC;
}
.BgClassName
{
background-color: #3A8CCC;
}
</style>
border-color css
<style>
span { border-color: #3A8CCC; }
span { border-color: rgb(58,140,204); }
td.TdClassName
{
border-color: #3A8CCC;
}
.TagClassName
{
border-color: #3A8CCC;
}
</style>