Shades of Curious Blue #3277CE
Tints of Curious Blue #3277CE
RGB
CMYK
RGB Variations
Color information
#3277CE (or 0x3277CE) is known color: Curious Blue. HEX triplet: 32, 77 and CE. RGB value is (50,119,206). Sum of RGB (Red+Green+Blue) = 50+119+206=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #3277CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277CE is #CD8831. Grayscale: #6B6B6B. Windows color (decimal): -13469746 or 13530930. OLE color: 13530930.
HSL color Cylindrical-coordinate representation of color #3277CE: hue angle of 213.46º degrees, saturation: 0.61, 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 #3277CE is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 119 | 206 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.19 |
| HSL | 213.46º | 0.61% | 0.5% | - |
| HSV(B) | 213.46º | 0.76% | 0.81% | - |
| XYZ | 19.05 | 18.33 | 60.93 | - |
| YUV | 108.29 | 183.14 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 206 | 0.76 | 0.42 | 0 | 0.19 | 213.46 | 0.61 | 0.5 |
| Hex | 32 | 77 | CE | 4C | 2A | 0 | 13 | D5 | 3D | 32 |
| Octal | 62 | 167 | 316 | 114 | 52 | 0 | 23 | 325 | 75 | 62 |
| Binary | 110010 | 1110111 | 11001110 | 1001100 | 101010 | 0 | 10011 | 11010101 | 111101 | 110010 |
Color Harmonies of #3277CE
Complementary color
Monochromatic Colors of #3277CE
Black with #3277CE
Text Example
Text Example
White with #3277CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3277CE; }
p { color: rgb(50,119,206); }
H1.HeaderClassName
{
color: #3277CE;
}
.AnyTagClassName
{
color: #3277CE;
}
</style>
background-color css
<style>
a { background-color: #3277CE; }
a { background-color: rgb(50,119,206); }
div.DivClassName
{
background-color: #3277CE;
}
.BgClassName
{
background-color: #3277CE;
}
</style>
border-color css
<style>
span { border-color: #3277CE; }
span { border-color: rgb(50,119,206); }
td.TdClassName
{
border-color: #3277CE;
}
.TagClassName
{
border-color: #3277CE;
}
</style>