Shades of Curious Blue #3497C6
Tints of Curious Blue #3497C6
RGB
CMYK
RGB Variations
Color information
#3497C6 (or 0x3497C6) is known color: Curious Blue. HEX triplet: 34, 97 and C6. RGB value is (52,151,198). Sum of RGB (Red+Green+Blue) = 52+151+198=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #3497C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497C6 is #CB6839. Grayscale: #7E7E7E. Windows color (decimal): -13330490 or 13014836. OLE color: 13014836.
HSL color Cylindrical-coordinate representation of color #3497C6: hue angle of 199.32º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3497C6 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 151 | 198 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.22 |
| HSL | 199.32º | 0.58% | 0.49% | - |
| HSV(B) | 199.32º | 0.74% | 0.78% | - |
| XYZ | 22.68 | 26.94 | 57.43 | - |
| YUV | 126.76 | 168.2 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 198 | 0.74 | 0.24 | 0 | 0.22 | 199.32 | 0.58 | 0.49 |
| Hex | 34 | 97 | C6 | 4A | 18 | 0 | 16 | C7 | 3A | 31 |
| Octal | 64 | 227 | 306 | 112 | 30 | 0 | 26 | 307 | 72 | 61 |
| Binary | 110100 | 10010111 | 11000110 | 1001010 | 11000 | 0 | 10110 | 11000111 | 111010 | 110001 |
Color Harmonies of #3497C6
Complementary color
Monochromatic Colors of #3497C6
Black with #3497C6
Text Example
Text Example
White with #3497C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3497C6; }
p { color: rgb(52,151,198); }
H1.HeaderClassName
{
color: #3497C6;
}
.AnyTagClassName
{
color: #3497C6;
}
</style>
background-color css
<style>
a { background-color: #3497C6; }
a { background-color: rgb(52,151,198); }
div.DivClassName
{
background-color: #3497C6;
}
.BgClassName
{
background-color: #3497C6;
}
</style>
border-color css
<style>
span { border-color: #3497C6; }
span { border-color: rgb(52,151,198); }
td.TdClassName
{
border-color: #3497C6;
}
.TagClassName
{
border-color: #3497C6;
}
</style>