Shades of Curious Blue #3478BC
Tints of Curious Blue #3478BC
RGB
CMYK
RGB Variations
Color information
#3478BC (or 0x3478BC) is known color: Curious Blue. HEX triplet: 34, 78 and BC. RGB value is (52,120,188). Sum of RGB (Red+Green+Blue) = 52+120+188=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #3478BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478BC is #CB8743. Grayscale: #6B6B6B. Windows color (decimal): -13338436 or 12351540. OLE color: 12351540.
HSL color Cylindrical-coordinate representation of color #3478BC: hue angle of 210º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3478BC is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 120 | 188 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.26 |
| HSL | 210º | 0.57% | 0.47% | - |
| HSV(B) | 210º | 0.72% | 0.74% | - |
| XYZ | 17.21 | 17.79 | 50.1 | - |
| YUV | 107.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 188 | 0.72 | 0.36 | 0 | 0.26 | 210 | 0.57 | 0.47 |
| Hex | 34 | 78 | BC | 48 | 24 | 0 | 1A | D2 | 39 | 2F |
| Octal | 64 | 170 | 274 | 110 | 44 | 0 | 32 | 322 | 71 | 57 |
| Binary | 110100 | 1111000 | 10111100 | 1001000 | 100100 | 0 | 11010 | 11010010 | 111001 | 101111 |
Color Harmonies of #3478BC
Complementary color
Monochromatic Colors of #3478BC
Black with #3478BC
Text Example
Text Example
White with #3478BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3478BC; }
p { color: rgb(52,120,188); }
H1.HeaderClassName
{
color: #3478BC;
}
.AnyTagClassName
{
color: #3478BC;
}
</style>
background-color css
<style>
a { background-color: #3478BC; }
a { background-color: rgb(52,120,188); }
div.DivClassName
{
background-color: #3478BC;
}
.BgClassName
{
background-color: #3478BC;
}
</style>
border-color css
<style>
span { border-color: #3478BC; }
span { border-color: rgb(52,120,188); }
td.TdClassName
{
border-color: #3478BC;
}
.TagClassName
{
border-color: #3478BC;
}
</style>