Shades of Curious Blue #3475B9
Tints of Curious Blue #3475B9
RGB
CMYK
RGB Variations
Color information
#3475B9 (or 0x3475B9) is known color: Curious Blue. HEX triplet: 34, 75 and B9. RGB value is (52,117,185). Sum of RGB (Red+Green+Blue) = 52+117+185=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #3475B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3475B9 is #CB8A46. Grayscale: #686868. Windows color (decimal): -13339207 or 12154164. OLE color: 12154164.
HSL color Cylindrical-coordinate representation of color #3475B9: hue angle of 210.68º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3475B9 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 117 | 185 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.27 |
| HSL | 210.68º | 0.56% | 0.46% | - |
| HSV(B) | 210.68º | 0.72% | 0.73% | - |
| XYZ | 16.53 | 16.96 | 48.3 | - |
| YUV | 105.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 185 | 0.72 | 0.37 | 0 | 0.27 | 210.68 | 0.56 | 0.46 |
| Hex | 34 | 75 | B9 | 48 | 25 | 0 | 1B | D3 | 38 | 2E |
| Octal | 64 | 165 | 271 | 110 | 45 | 0 | 33 | 323 | 70 | 56 |
| Binary | 110100 | 1110101 | 10111001 | 1001000 | 100101 | 0 | 11011 | 11010011 | 111000 | 101110 |
Color Harmonies of #3475B9
Complementary color
Monochromatic Colors of #3475B9
Black with #3475B9
Text Example
Text Example
White with #3475B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3475B9; }
p { color: rgb(52,117,185); }
H1.HeaderClassName
{
color: #3475B9;
}
.AnyTagClassName
{
color: #3475B9;
}
</style>
background-color css
<style>
a { background-color: #3475B9; }
a { background-color: rgb(52,117,185); }
div.DivClassName
{
background-color: #3475B9;
}
.BgClassName
{
background-color: #3475B9;
}
</style>
border-color css
<style>
span { border-color: #3475B9; }
span { border-color: rgb(52,117,185); }
td.TdClassName
{
border-color: #3475B9;
}
.TagClassName
{
border-color: #3475B9;
}
</style>