Shades of Curious Blue #3A8FC4
Tints of Curious Blue #3A8FC4
RGB
CMYK
RGB Variations
Color information
#3A8FC4 (or 0x3A8FC4) is known color: Curious Blue. HEX triplet: 3A, 8F and C4. RGB value is (58,143,196). Sum of RGB (Red+Green+Blue) = 58+143+196=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 196 (76.95% from 255 or 49.37% from 397); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A8FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8FC4 is #C5703B. Grayscale: #7B7B7B. Windows color (decimal): -12939324 or 12881722. OLE color: 12881722.
HSL color Cylindrical-coordinate representation of color #3A8FC4: hue angle of 203.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A8FC4 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 143 | 196 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.23 |
| HSL | 203.04º | 0.54% | 0.5% | - |
| HSV(B) | 203.04º | 0.7% | 0.77% | - |
| XYZ | 21.53 | 24.53 | 55.82 | - |
| YUV | 123.63 | 168.84 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 143 | 196 | 0.70 | 0.27 | 0 | 0.23 | 203.04 | 0.54 | 0.5 |
| Hex | 3A | 8F | C4 | 46 | 1B | 0 | 17 | CB | 36 | 32 |
| Octal | 72 | 217 | 304 | 106 | 33 | 0 | 27 | 313 | 66 | 62 |
| Binary | 111010 | 10001111 | 11000100 | 1000110 | 11011 | 0 | 10111 | 11001011 | 110110 | 110010 |
Color Harmonies of #3A8FC4
Complementary color
Monochromatic Colors of #3A8FC4
Black with #3A8FC4
Text Example
Text Example
White with #3A8FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8FC4; }
p { color: rgb(58,143,196); }
H1.HeaderClassName
{
color: #3A8FC4;
}
.AnyTagClassName
{
color: #3A8FC4;
}
</style>
background-color css
<style>
a { background-color: #3A8FC4; }
a { background-color: rgb(58,143,196); }
div.DivClassName
{
background-color: #3A8FC4;
}
.BgClassName
{
background-color: #3A8FC4;
}
</style>
border-color css
<style>
span { border-color: #3A8FC4; }
span { border-color: rgb(58,143,196); }
td.TdClassName
{
border-color: #3A8FC4;
}
.TagClassName
{
border-color: #3A8FC4;
}
</style>