Shades of Curious Blue #3384C5
Tints of Curious Blue #3384C5
RGB
CMYK
RGB Variations
Color information
#3384C5 (or 0x3384C5) is known color: Curious Blue. HEX triplet: 33, 84 and C5. RGB value is (51,132,197). Sum of RGB (Red+Green+Blue) = 51+132+197=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #3384C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384C5 is #CC7B3A. Grayscale: #727272. Windows color (decimal): -13400891 or 12944435. OLE color: 12944435.
HSL color Cylindrical-coordinate representation of color #3384C5: hue angle of 206.71º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3384C5 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 132 | 197 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.23 |
| HSL | 206.71º | 0.59% | 0.49% | - |
| HSV(B) | 206.71º | 0.74% | 0.77% | - |
| XYZ | 19.69 | 21.24 | 55.88 | - |
| YUV | 115.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 197 | 0.74 | 0.33 | 0 | 0.23 | 206.71 | 0.59 | 0.49 |
| Hex | 33 | 84 | C5 | 4A | 21 | 0 | 17 | CF | 3B | 31 |
| Octal | 63 | 204 | 305 | 112 | 41 | 0 | 27 | 317 | 73 | 61 |
| Binary | 110011 | 10000100 | 11000101 | 1001010 | 100001 | 0 | 10111 | 11001111 | 111011 | 110001 |
Color Harmonies of #3384C5
Complementary color
Monochromatic Colors of #3384C5
Black with #3384C5
Text Example
Text Example
White with #3384C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3384C5; }
p { color: rgb(51,132,197); }
H1.HeaderClassName
{
color: #3384C5;
}
.AnyTagClassName
{
color: #3384C5;
}
</style>
background-color css
<style>
a { background-color: #3384C5; }
a { background-color: rgb(51,132,197); }
div.DivClassName
{
background-color: #3384C5;
}
.BgClassName
{
background-color: #3384C5;
}
</style>
border-color css
<style>
span { border-color: #3384C5; }
span { border-color: rgb(51,132,197); }
td.TdClassName
{
border-color: #3384C5;
}
.TagClassName
{
border-color: #3384C5;
}
</style>