Shades of Curious Blue #3478C5
Tints of Curious Blue #3478C5
RGB
CMYK
RGB Variations
Color information
#3478C5 (or 0x3478C5) is known color: Curious Blue. HEX triplet: 34, 78 and C5. RGB value is (52,120,197). Sum of RGB (Red+Green+Blue) = 52+120+197=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #3478C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478C5 is #CB873A. Grayscale: #6C6C6C. Windows color (decimal): -13338427 or 12941364. OLE color: 12941364.
HSL color Cylindrical-coordinate representation of color #3478C5: hue angle of 211.86º 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 #3478C5 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 120 | 197 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.23 |
| HSL | 211.86º | 0.58% | 0.49% | - |
| HSV(B) | 211.86º | 0.74% | 0.77% | - |
| XYZ | 18.21 | 18.19 | 55.38 | - |
| YUV | 108.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 197 | 0.74 | 0.39 | 0 | 0.23 | 211.86 | 0.58 | 0.49 |
| Hex | 34 | 78 | C5 | 4A | 27 | 0 | 17 | D4 | 3A | 31 |
| Octal | 64 | 170 | 305 | 112 | 47 | 0 | 27 | 324 | 72 | 61 |
| Binary | 110100 | 1111000 | 11000101 | 1001010 | 100111 | 0 | 10111 | 11010100 | 111010 | 110001 |
Color Harmonies of #3478C5
Complementary color
Monochromatic Colors of #3478C5
Black with #3478C5
Text Example
Text Example
White with #3478C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3478C5; }
p { color: rgb(52,120,197); }
H1.HeaderClassName
{
color: #3478C5;
}
.AnyTagClassName
{
color: #3478C5;
}
</style>
background-color css
<style>
a { background-color: #3478C5; }
a { background-color: rgb(52,120,197); }
div.DivClassName
{
background-color: #3478C5;
}
.BgClassName
{
background-color: #3478C5;
}
</style>
border-color css
<style>
span { border-color: #3478C5; }
span { border-color: rgb(52,120,197); }
td.TdClassName
{
border-color: #3478C5;
}
.TagClassName
{
border-color: #3478C5;
}
</style>