Shades of Curious Blue #3382CF
Tints of Curious Blue #3382CF
RGB
CMYK
RGB Variations
Color information
#3382CF (or 0x3382CF) is known color: Curious Blue. HEX triplet: 33, 82 and CF. RGB value is (51,130,207). Sum of RGB (Red+Green+Blue) = 51+130+207=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #3382CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3382CF is #CC7D30. Grayscale: #727272. Windows color (decimal): -13401393 or 13599283. OLE color: 13599283.
HSL color Cylindrical-coordinate representation of color #3382CF: hue angle of 209.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3382CF is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 130 | 207 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.19 |
| HSL | 209.62º | 0.62% | 0.51% | - |
| HSV(B) | 209.62º | 0.75% | 0.81% | - |
| XYZ | 20.61 | 21.17 | 62.03 | - |
| YUV | 115.16 | 179.83 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 207 | 0.75 | 0.37 | 0 | 0.19 | 209.62 | 0.62 | 0.51 |
| Hex | 33 | 82 | CF | 4B | 25 | 0 | 13 | D2 | 3E | 33 |
| Octal | 63 | 202 | 317 | 113 | 45 | 0 | 23 | 322 | 76 | 63 |
| Binary | 110011 | 10000010 | 11001111 | 1001011 | 100101 | 0 | 10011 | 11010010 | 111110 | 110011 |
Color Harmonies of #3382CF
Complementary color
Monochromatic Colors of #3382CF
Black with #3382CF
Text Example
Text Example
White with #3382CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3382CF; }
p { color: rgb(51,130,207); }
H1.HeaderClassName
{
color: #3382CF;
}
.AnyTagClassName
{
color: #3382CF;
}
</style>
background-color css
<style>
a { background-color: #3382CF; }
a { background-color: rgb(51,130,207); }
div.DivClassName
{
background-color: #3382CF;
}
.BgClassName
{
background-color: #3382CF;
}
</style>
border-color css
<style>
span { border-color: #3382CF; }
span { border-color: rgb(51,130,207); }
td.TdClassName
{
border-color: #3382CF;
}
.TagClassName
{
border-color: #3382CF;
}
</style>