Shades of Curious Blue #3383CA
Tints of Curious Blue #3383CA
RGB
CMYK
RGB Variations
Color information
#3383CA (or 0x3383CA) is known color: Curious Blue. HEX triplet: 33, 83 and CA. RGB value is (51,131,202). Sum of RGB (Red+Green+Blue) = 51+131+202=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #3383CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3383CA is #CC7C35. Grayscale: #727272. Windows color (decimal): -13401142 or 13271859. OLE color: 13271859.
HSL color Cylindrical-coordinate representation of color #3383CA: hue angle of 208.21º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3383CA is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 131 | 202 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.21 |
| HSL | 208.21º | 0.6% | 0.5% | - |
| HSV(B) | 208.21º | 0.75% | 0.79% | - |
| XYZ | 20.14 | 21.2 | 58.91 | - |
| YUV | 115.17 | 177 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 202 | 0.75 | 0.35 | 0 | 0.21 | 208.21 | 0.6 | 0.5 |
| Hex | 33 | 83 | CA | 4B | 23 | 0 | 15 | D0 | 3C | 32 |
| Octal | 63 | 203 | 312 | 113 | 43 | 0 | 25 | 320 | 74 | 62 |
| Binary | 110011 | 10000011 | 11001010 | 1001011 | 100011 | 0 | 10101 | 11010000 | 111100 | 110010 |
Color Harmonies of #3383CA
Complementary color
Monochromatic Colors of #3383CA
Black with #3383CA
Text Example
Text Example
White with #3383CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3383CA; }
p { color: rgb(51,131,202); }
H1.HeaderClassName
{
color: #3383CA;
}
.AnyTagClassName
{
color: #3383CA;
}
</style>
background-color css
<style>
a { background-color: #3383CA; }
a { background-color: rgb(51,131,202); }
div.DivClassName
{
background-color: #3383CA;
}
.BgClassName
{
background-color: #3383CA;
}
</style>
border-color css
<style>
span { border-color: #3383CA; }
span { border-color: rgb(51,131,202); }
td.TdClassName
{
border-color: #3383CA;
}
.TagClassName
{
border-color: #3383CA;
}
</style>