Shades of Curious Blue #3476B4
Tints of Curious Blue #3476B4
RGB
CMYK
RGB Variations
Color information
#3476B4 (or 0x3476B4) is known color: Curious Blue. HEX triplet: 34, 76 and B4. RGB value is (52,118,180). Sum of RGB (Red+Green+Blue) = 52+118+180=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #3476B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3476B4 is #CB894B. Grayscale: #696969. Windows color (decimal): -13338956 or 11826740. OLE color: 11826740.
HSL color Cylindrical-coordinate representation of color #3476B4: hue angle of 209.06º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3476B4 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 118 | 180 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.29 |
| HSL | 209.06º | 0.55% | 0.45% | - |
| HSV(B) | 209.06º | 0.71% | 0.71% | - |
| XYZ | 16.13 | 16.98 | 45.61 | - |
| YUV | 105.33 | 170.13 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 180 | 0.71 | 0.34 | 0 | 0.29 | 209.06 | 0.55 | 0.45 |
| Hex | 34 | 76 | B4 | 47 | 22 | 0 | 1D | D1 | 37 | 2D |
| Octal | 64 | 166 | 264 | 107 | 42 | 0 | 35 | 321 | 67 | 55 |
| Binary | 110100 | 1110110 | 10110100 | 1000111 | 100010 | 0 | 11101 | 11010001 | 110111 | 101101 |
Color Harmonies of #3476B4
Complementary color
Monochromatic Colors of #3476B4
Black with #3476B4
Text Example
Text Example
White with #3476B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3476B4; }
p { color: rgb(52,118,180); }
H1.HeaderClassName
{
color: #3476B4;
}
.AnyTagClassName
{
color: #3476B4;
}
</style>
background-color css
<style>
a { background-color: #3476B4; }
a { background-color: rgb(52,118,180); }
div.DivClassName
{
background-color: #3476B4;
}
.BgClassName
{
background-color: #3476B4;
}
</style>
border-color css
<style>
span { border-color: #3476B4; }
span { border-color: rgb(52,118,180); }
td.TdClassName
{
border-color: #3476B4;
}
.TagClassName
{
border-color: #3476B4;
}
</style>