Shades of Curious Blue #3A88D6
Tints of Curious Blue #3A88D6
RGB
CMYK
RGB Variations
Color information
#3A88D6 (or 0x3A88D6) is known color: Curious Blue. HEX triplet: 3A, 88 and D6. RGB value is (58,136,214). Sum of RGB (Red+Green+Blue) = 58+136+214=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A88D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A88D6 is #C57729. Grayscale: #797979. Windows color (decimal): -12941098 or 14059578. OLE color: 14059578.
HSL color Cylindrical-coordinate representation of color #3A88D6: hue angle of 210º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A88D6 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 136 | 214 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.16 |
| HSL | 210º | 0.66% | 0.53% | - |
| HSV(B) | 210º | 0.73% | 0.84% | - |
| XYZ | 22.69 | 23.36 | 66.93 | - |
| YUV | 121.57 | 180.16 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 214 | 0.73 | 0.36 | 0 | 0.16 | 210 | 0.66 | 0.53 |
| Hex | 3A | 88 | D6 | 49 | 24 | 0 | 10 | D2 | 42 | 35 |
| Octal | 72 | 210 | 326 | 111 | 44 | 0 | 20 | 322 | 102 | 65 |
| Binary | 111010 | 10001000 | 11010110 | 1001001 | 100100 | 0 | 10000 | 11010010 | 1000010 | 110101 |
Color Harmonies of #3A88D6
Complementary color
Monochromatic Colors of #3A88D6
Black with #3A88D6
Text Example
Text Example
White with #3A88D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A88D6; }
p { color: rgb(58,136,214); }
H1.HeaderClassName
{
color: #3A88D6;
}
.AnyTagClassName
{
color: #3A88D6;
}
</style>
background-color css
<style>
a { background-color: #3A88D6; }
a { background-color: rgb(58,136,214); }
div.DivClassName
{
background-color: #3A88D6;
}
.BgClassName
{
background-color: #3A88D6;
}
</style>
border-color css
<style>
span { border-color: #3A88D6; }
span { border-color: rgb(58,136,214); }
td.TdClassName
{
border-color: #3A88D6;
}
.TagClassName
{
border-color: #3A88D6;
}
</style>