Shades of Curious Blue #3479C5
Tints of Curious Blue #3479C5
RGB
CMYK
RGB Variations
Color information
#3479C5 (or 0x3479C5) is known color: Curious Blue. HEX triplet: 34, 79 and C5. RGB value is (52,121,197). Sum of RGB (Red+Green+Blue) = 52+121+197=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #3479C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3479C5 is #CB863A. Grayscale: #6C6C6C. Windows color (decimal): -13338171 or 12941620. OLE color: 12941620.
HSL color Cylindrical-coordinate representation of color #3479C5: hue angle of 211.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3479C5 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 121 | 197 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.23 |
| HSL | 211.45º | 0.58% | 0.49% | - |
| HSV(B) | 211.45º | 0.74% | 0.77% | - |
| XYZ | 18.33 | 18.44 | 55.42 | - |
| YUV | 109.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 197 | 0.74 | 0.39 | 0 | 0.23 | 211.45 | 0.58 | 0.49 |
| Hex | 34 | 79 | C5 | 4A | 27 | 0 | 17 | D3 | 3A | 31 |
| Octal | 64 | 171 | 305 | 112 | 47 | 0 | 27 | 323 | 72 | 61 |
| Binary | 110100 | 1111001 | 11000101 | 1001010 | 100111 | 0 | 10111 | 11010011 | 111010 | 110001 |
Color Harmonies of #3479C5
Complementary color
Monochromatic Colors of #3479C5
Black with #3479C5
Text Example
Text Example
White with #3479C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3479C5; }
p { color: rgb(52,121,197); }
H1.HeaderClassName
{
color: #3479C5;
}
.AnyTagClassName
{
color: #3479C5;
}
</style>
background-color css
<style>
a { background-color: #3479C5; }
a { background-color: rgb(52,121,197); }
div.DivClassName
{
background-color: #3479C5;
}
.BgClassName
{
background-color: #3479C5;
}
</style>
border-color css
<style>
span { border-color: #3479C5; }
span { border-color: rgb(52,121,197); }
td.TdClassName
{
border-color: #3479C5;
}
.TagClassName
{
border-color: #3479C5;
}
</style>