Shades of Curious Blue #3383AB
Tints of Curious Blue #3383AB
RGB
CMYK
RGB Variations
Color information
#3383AB (or 0x3383AB) is known color: Curious Blue. HEX triplet: 33, 83 and AB. RGB value is (51,131,171). Sum of RGB (Red+Green+Blue) = 51+131+171=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #3383AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3383AB is #CC7C54. Grayscale: #6F6F6F. Windows color (decimal): -13401173 or 11240243. OLE color: 11240243.
HSL color Cylindrical-coordinate representation of color #3383AB: hue angle of 200º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3383AB is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 131 | 171 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.33 |
| HSL | 200º | 0.54% | 0.44% | - |
| HSV(B) | 200º | 0.7% | 0.67% | - |
| XYZ | 16.83 | 19.88 | 41.48 | - |
| YUV | 111.64 | 161.5 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 171 | 0.70 | 0.23 | 0 | 0.33 | 200 | 0.54 | 0.44 |
| Hex | 33 | 83 | AB | 46 | 17 | 0 | 21 | C8 | 36 | 2C |
| Octal | 63 | 203 | 253 | 106 | 27 | 0 | 41 | 310 | 66 | 54 |
| Binary | 110011 | 10000011 | 10101011 | 1000110 | 10111 | 0 | 100001 | 11001000 | 110110 | 101100 |
Color Harmonies of #3383AB
Complementary color
Monochromatic Colors of #3383AB
Black with #3383AB
Text Example
Text Example
White with #3383AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3383AB; }
p { color: rgb(51,131,171); }
H1.HeaderClassName
{
color: #3383AB;
}
.AnyTagClassName
{
color: #3383AB;
}
</style>
background-color css
<style>
a { background-color: #3383AB; }
a { background-color: rgb(51,131,171); }
div.DivClassName
{
background-color: #3383AB;
}
.BgClassName
{
background-color: #3383AB;
}
</style>
border-color css
<style>
span { border-color: #3383AB; }
span { border-color: rgb(51,131,171); }
td.TdClassName
{
border-color: #3383AB;
}
.TagClassName
{
border-color: #3383AB;
}
</style>