Shades of Curious Blue #3274BF
Tints of Curious Blue #3274BF
RGB
CMYK
RGB Variations
Color information
#3274BF (or 0x3274BF) is known color: Curious Blue. HEX triplet: 32, 74 and BF. RGB value is (50,116,191). Sum of RGB (Red+Green+Blue) = 50+116+191=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #3274BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3274BF is #CD8B40. Grayscale: #686868. Windows color (decimal): -13470529 or 12547122. OLE color: 12547122.
HSL color Cylindrical-coordinate representation of color #3274BF: hue angle of 211.91º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3274BF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 116 | 191 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.25 |
| HSL | 211.91º | 0.59% | 0.47% | - |
| HSV(B) | 211.91º | 0.74% | 0.75% | - |
| XYZ | 16.96 | 16.93 | 51.66 | - |
| YUV | 104.82 | 176.63 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 191 | 0.74 | 0.39 | 0 | 0.25 | 211.91 | 0.59 | 0.47 |
| Hex | 32 | 74 | BF | 4A | 27 | 0 | 19 | D4 | 3B | 2F |
| Octal | 62 | 164 | 277 | 112 | 47 | 0 | 31 | 324 | 73 | 57 |
| Binary | 110010 | 1110100 | 10111111 | 1001010 | 100111 | 0 | 11001 | 11010100 | 111011 | 101111 |
Color Harmonies of #3274BF
Complementary color
Monochromatic Colors of #3274BF
Black with #3274BF
Text Example
Text Example
White with #3274BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3274BF; }
p { color: rgb(50,116,191); }
H1.HeaderClassName
{
color: #3274BF;
}
.AnyTagClassName
{
color: #3274BF;
}
</style>
background-color css
<style>
a { background-color: #3274BF; }
a { background-color: rgb(50,116,191); }
div.DivClassName
{
background-color: #3274BF;
}
.BgClassName
{
background-color: #3274BF;
}
</style>
border-color css
<style>
span { border-color: #3274BF; }
span { border-color: rgb(50,116,191); }
td.TdClassName
{
border-color: #3274BF;
}
.TagClassName
{
border-color: #3274BF;
}
</style>