Shades of Curious Blue #3383CF
Tints of Curious Blue #3383CF
RGB
CMYK
RGB Variations
Color information
#3383CF (or 0x3383CF) is known color: Curious Blue. HEX triplet: 33, 83 and CF. RGB value is (51,131,207). Sum of RGB (Red+Green+Blue) = 51+131+207=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #3383CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3383CF is #CC7C30. Grayscale: #737373. Windows color (decimal): -13401137 or 13599539. OLE color: 13599539.
HSL color Cylindrical-coordinate representation of color #3383CF: hue angle of 209.23º 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 #3383CF is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 131 | 207 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.19 |
| HSL | 209.23º | 0.62% | 0.51% | - |
| HSV(B) | 209.23º | 0.75% | 0.81% | - |
| XYZ | 20.74 | 21.44 | 62.08 | - |
| YUV | 115.74 | 179.5 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 207 | 0.75 | 0.37 | 0 | 0.19 | 209.23 | 0.62 | 0.51 |
| Hex | 33 | 83 | CF | 4B | 25 | 0 | 13 | D1 | 3E | 33 |
| Octal | 63 | 203 | 317 | 113 | 45 | 0 | 23 | 321 | 76 | 63 |
| Binary | 110011 | 10000011 | 11001111 | 1001011 | 100101 | 0 | 10011 | 11010001 | 111110 | 110011 |
Color Harmonies of #3383CF
Complementary color
Monochromatic Colors of #3383CF
Black with #3383CF
Text Example
Text Example
White with #3383CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3383CF; }
p { color: rgb(51,131,207); }
H1.HeaderClassName
{
color: #3383CF;
}
.AnyTagClassName
{
color: #3383CF;
}
</style>
background-color css
<style>
a { background-color: #3383CF; }
a { background-color: rgb(51,131,207); }
div.DivClassName
{
background-color: #3383CF;
}
.BgClassName
{
background-color: #3383CF;
}
</style>
border-color css
<style>
span { border-color: #3383CF; }
span { border-color: rgb(51,131,207); }
td.TdClassName
{
border-color: #3383CF;
}
.TagClassName
{
border-color: #3383CF;
}
</style>