Shades of Curious Blue #3278CF
Tints of Curious Blue #3278CF
RGB
CMYK
RGB Variations
Color information
#3278CF (or 0x3278CF) is known color: Curious Blue. HEX triplet: 32, 78 and CF. RGB value is (50,120,207). Sum of RGB (Red+Green+Blue) = 50+120+207=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #3278CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3278CF is #CD8730. Grayscale: #6C6C6C. Windows color (decimal): -13469489 or 13596722. OLE color: 13596722.
HSL color Cylindrical-coordinate representation of color #3278CF: hue angle of 213.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3278CF is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 120 | 207 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.19 |
| HSL | 213.25º | 0.62% | 0.5% | - |
| HSV(B) | 213.25º | 0.76% | 0.81% | - |
| XYZ | 19.29 | 18.62 | 61.61 | - |
| YUV | 108.99 | 183.31 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 207 | 0.76 | 0.42 | 0 | 0.19 | 213.25 | 0.62 | 0.5 |
| Hex | 32 | 78 | CF | 4C | 2A | 0 | 13 | D5 | 3E | 32 |
| Octal | 62 | 170 | 317 | 114 | 52 | 0 | 23 | 325 | 76 | 62 |
| Binary | 110010 | 1111000 | 11001111 | 1001100 | 101010 | 0 | 10011 | 11010101 | 111110 | 110010 |
Color Harmonies of #3278CF
Complementary color
Monochromatic Colors of #3278CF
Black with #3278CF
Text Example
Text Example
White with #3278CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3278CF; }
p { color: rgb(50,120,207); }
H1.HeaderClassName
{
color: #3278CF;
}
.AnyTagClassName
{
color: #3278CF;
}
</style>
background-color css
<style>
a { background-color: #3278CF; }
a { background-color: rgb(50,120,207); }
div.DivClassName
{
background-color: #3278CF;
}
.BgClassName
{
background-color: #3278CF;
}
</style>
border-color css
<style>
span { border-color: #3278CF; }
span { border-color: rgb(50,120,207); }
td.TdClassName
{
border-color: #3278CF;
}
.TagClassName
{
border-color: #3278CF;
}
</style>