Shades of Curious Blue #3384DA
Tints of Curious Blue #3384DA
RGB
CMYK
RGB Variations
Color information
#3384DA (or 0x3384DA) is known color: Curious Blue. HEX triplet: 33, 84 and DA. RGB value is (51,132,218). Sum of RGB (Red+Green+Blue) = 51+132+218=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #3384DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384DA is #CC7B25. Grayscale: #757575. Windows color (decimal): -13400870 or 14320691. OLE color: 14320691.
HSL color Cylindrical-coordinate representation of color #3384DA: hue angle of 210.9º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3384DA is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 132 | 218 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.15 |
| HSL | 210.9º | 0.69% | 0.53% | - |
| HSV(B) | 210.9º | 0.77% | 0.85% | - |
| XYZ | 22.27 | 22.27 | 69.45 | - |
| YUV | 117.59 | 184.66 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 218 | 0.77 | 0.39 | 0 | 0.15 | 210.9 | 0.69 | 0.53 |
| Hex | 33 | 84 | DA | 4D | 27 | 0 | F | D3 | 45 | 35 |
| Octal | 63 | 204 | 332 | 115 | 47 | 0 | 17 | 323 | 105 | 65 |
| Binary | 110011 | 10000100 | 11011010 | 1001101 | 100111 | 0 | 1111 | 11010011 | 1000101 | 110101 |
Color Harmonies of #3384DA
Complementary color
Monochromatic Colors of #3384DA
Black with #3384DA
Text Example
Text Example
White with #3384DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3384DA; }
p { color: rgb(51,132,218); }
H1.HeaderClassName
{
color: #3384DA;
}
.AnyTagClassName
{
color: #3384DA;
}
</style>
background-color css
<style>
a { background-color: #3384DA; }
a { background-color: rgb(51,132,218); }
div.DivClassName
{
background-color: #3384DA;
}
.BgClassName
{
background-color: #3384DA;
}
</style>
border-color css
<style>
span { border-color: #3384DA; }
span { border-color: rgb(51,132,218); }
td.TdClassName
{
border-color: #3384DA;
}
.TagClassName
{
border-color: #3384DA;
}
</style>