Shades of Curious Blue #3A97CE
Tints of Curious Blue #3A97CE
RGB
CMYK
RGB Variations
Color information
#3A97CE (or 0x3A97CE) is known color: Curious Blue. HEX triplet: 3A, 97 and CE. RGB value is (58,151,206). Sum of RGB (Red+Green+Blue) = 58+151+206=415 (54% of max value = 765). Red value is 58 (23.05% from 255 or 13.98% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A97CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A97CE is #C56831. Grayscale: #818181. Windows color (decimal): -12937266 or 13539130. OLE color: 13539130.
HSL color Cylindrical-coordinate representation of color #3A97CE: hue angle of 202.3º 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 #3A97CE is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 151 | 206 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.19 |
| HSL | 202.3º | 0.6% | 0.52% | - |
| HSV(B) | 202.3º | 0.72% | 0.81% | - |
| XYZ | 23.95 | 27.49 | 62.44 | - |
| YUV | 129.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 151 | 206 | 0.72 | 0.27 | 0 | 0.19 | 202.3 | 0.6 | 0.52 |
| Hex | 3A | 97 | CE | 48 | 1B | 0 | 13 | CA | 3C | 34 |
| Octal | 72 | 227 | 316 | 110 | 33 | 0 | 23 | 312 | 74 | 64 |
| Binary | 111010 | 10010111 | 11001110 | 1001000 | 11011 | 0 | 10011 | 11001010 | 111100 | 110100 |
Color Harmonies of #3A97CE
Complementary color
Monochromatic Colors of #3A97CE
Black with #3A97CE
Text Example
Text Example
White with #3A97CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A97CE; }
p { color: rgb(58,151,206); }
H1.HeaderClassName
{
color: #3A97CE;
}
.AnyTagClassName
{
color: #3A97CE;
}
</style>
background-color css
<style>
a { background-color: #3A97CE; }
a { background-color: rgb(58,151,206); }
div.DivClassName
{
background-color: #3A97CE;
}
.BgClassName
{
background-color: #3A97CE;
}
</style>
border-color css
<style>
span { border-color: #3A97CE; }
span { border-color: rgb(58,151,206); }
td.TdClassName
{
border-color: #3A97CE;
}
.TagClassName
{
border-color: #3A97CE;
}
</style>