Shades of Curious Blue #3475BC
Tints of Curious Blue #3475BC
RGB
CMYK
RGB Variations
Color information
#3475BC (or 0x3475BC) is known color: Curious Blue. HEX triplet: 34, 75 and BC. RGB value is (52,117,188). Sum of RGB (Red+Green+Blue) = 52+117+188=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #3475BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3475BC is #CB8A43. Grayscale: #696969. Windows color (decimal): -13339204 or 12350772. OLE color: 12350772.
HSL color Cylindrical-coordinate representation of color #3475BC: hue angle of 211.32º 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 #3475BC is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 117 | 188 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.26 |
| HSL | 211.32º | 0.57% | 0.47% | - |
| HSV(B) | 211.32º | 0.72% | 0.74% | - |
| XYZ | 16.85 | 17.08 | 49.99 | - |
| YUV | 105.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 188 | 0.72 | 0.38 | 0 | 0.26 | 211.32 | 0.57 | 0.47 |
| Hex | 34 | 75 | BC | 48 | 26 | 0 | 1A | D3 | 39 | 2F |
| Octal | 64 | 165 | 274 | 110 | 46 | 0 | 32 | 323 | 71 | 57 |
| Binary | 110100 | 1110101 | 10111100 | 1001000 | 100110 | 0 | 11010 | 11010011 | 111001 | 101111 |
Color Harmonies of #3475BC
Complementary color
Monochromatic Colors of #3475BC
Black with #3475BC
Text Example
Text Example
White with #3475BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3475BC; }
p { color: rgb(52,117,188); }
H1.HeaderClassName
{
color: #3475BC;
}
.AnyTagClassName
{
color: #3475BC;
}
</style>
background-color css
<style>
a { background-color: #3475BC; }
a { background-color: rgb(52,117,188); }
div.DivClassName
{
background-color: #3475BC;
}
.BgClassName
{
background-color: #3475BC;
}
</style>
border-color css
<style>
span { border-color: #3475BC; }
span { border-color: rgb(52,117,188); }
td.TdClassName
{
border-color: #3475BC;
}
.TagClassName
{
border-color: #3475BC;
}
</style>