Shades of Curious Blue #3A95CE
Tints of Curious Blue #3A95CE
RGB
CMYK
RGB Variations
Color information
#3A95CE (or 0x3A95CE) is known color: Curious Blue. HEX triplet: 3A, 95 and CE. RGB value is (58,149,206). Sum of RGB (Red+Green+Blue) = 58+149+206=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A95CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A95CE is #C56A31. Grayscale: #7F7F7F. Windows color (decimal): -12937778 or 13538618. OLE color: 13538618.
HSL color Cylindrical-coordinate representation of color #3A95CE: hue angle of 203.11º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A95CE is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 149 | 206 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.19 |
| HSL | 203.11º | 0.6% | 0.52% | - |
| HSV(B) | 203.11º | 0.72% | 0.81% | - |
| XYZ | 23.63 | 26.85 | 62.33 | - |
| YUV | 128.29 | 171.85 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 206 | 0.72 | 0.28 | 0 | 0.19 | 203.11 | 0.6 | 0.52 |
| Hex | 3A | 95 | CE | 48 | 1C | 0 | 13 | CB | 3C | 34 |
| Octal | 72 | 225 | 316 | 110 | 34 | 0 | 23 | 313 | 74 | 64 |
| Binary | 111010 | 10010101 | 11001110 | 1001000 | 11100 | 0 | 10011 | 11001011 | 111100 | 110100 |
Color Harmonies of #3A95CE
Complementary color
Monochromatic Colors of #3A95CE
Black with #3A95CE
Text Example
Text Example
White with #3A95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A95CE; }
p { color: rgb(58,149,206); }
H1.HeaderClassName
{
color: #3A95CE;
}
.AnyTagClassName
{
color: #3A95CE;
}
</style>
background-color css
<style>
a { background-color: #3A95CE; }
a { background-color: rgb(58,149,206); }
div.DivClassName
{
background-color: #3A95CE;
}
.BgClassName
{
background-color: #3A95CE;
}
</style>
border-color css
<style>
span { border-color: #3A95CE; }
span { border-color: rgb(58,149,206); }
td.TdClassName
{
border-color: #3A95CE;
}
.TagClassName
{
border-color: #3A95CE;
}
</style>