Shades of Curious Blue #3478BD
Tints of Curious Blue #3478BD
RGB
CMYK
RGB Variations
Color information
#3478BD (or 0x3478BD) is known color: Curious Blue. HEX triplet: 34, 78 and BD. RGB value is (52,120,189). Sum of RGB (Red+Green+Blue) = 52+120+189=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #3478BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478BD is #CB8742. Grayscale: #6B6B6B. Windows color (decimal): -13338435 or 12417076. OLE color: 12417076.
HSL color Cylindrical-coordinate representation of color #3478BD: hue angle of 210.22º 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 #3478BD is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 120 | 189 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.26 |
| HSL | 210.22º | 0.57% | 0.47% | - |
| HSV(B) | 210.22º | 0.72% | 0.74% | - |
| XYZ | 17.32 | 17.84 | 50.67 | - |
| YUV | 107.53 | 173.97 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 189 | 0.72 | 0.37 | 0 | 0.26 | 210.22 | 0.57 | 0.47 |
| Hex | 34 | 78 | BD | 48 | 25 | 0 | 1A | D2 | 39 | 2F |
| Octal | 64 | 170 | 275 | 110 | 45 | 0 | 32 | 322 | 71 | 57 |
| Binary | 110100 | 1111000 | 10111101 | 1001000 | 100101 | 0 | 11010 | 11010010 | 111001 | 101111 |
Color Harmonies of #3478BD
Complementary color
Monochromatic Colors of #3478BD
Black with #3478BD
Text Example
Text Example
White with #3478BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3478BD; }
p { color: rgb(52,120,189); }
H1.HeaderClassName
{
color: #3478BD;
}
.AnyTagClassName
{
color: #3478BD;
}
</style>
background-color css
<style>
a { background-color: #3478BD; }
a { background-color: rgb(52,120,189); }
div.DivClassName
{
background-color: #3478BD;
}
.BgClassName
{
background-color: #3478BD;
}
</style>
border-color css
<style>
span { border-color: #3478BD; }
span { border-color: rgb(52,120,189); }
td.TdClassName
{
border-color: #3478BD;
}
.TagClassName
{
border-color: #3478BD;
}
</style>