Shades of Curious Blue #3381AB
Tints of Curious Blue #3381AB
RGB
CMYK
RGB Variations
Color information
#3381AB (or 0x3381AB) is known color: Curious Blue. HEX triplet: 33, 81 and AB. RGB value is (51,129,171). Sum of RGB (Red+Green+Blue) = 51+129+171=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #3381AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3381AB is #CC7E54. Grayscale: #6E6E6E. Windows color (decimal): -13401685 or 11239731. OLE color: 11239731.
HSL color Cylindrical-coordinate representation of color #3381AB: hue angle of 201º 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 #3381AB is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 129 | 171 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.33 |
| HSL | 201º | 0.54% | 0.44% | - |
| HSV(B) | 201º | 0.7% | 0.67% | - |
| XYZ | 16.57 | 19.34 | 41.39 | - |
| YUV | 110.47 | 162.16 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 171 | 0.70 | 0.25 | 0 | 0.33 | 201 | 0.54 | 0.44 |
| Hex | 33 | 81 | AB | 46 | 19 | 0 | 21 | C9 | 36 | 2C |
| Octal | 63 | 201 | 253 | 106 | 31 | 0 | 41 | 311 | 66 | 54 |
| Binary | 110011 | 10000001 | 10101011 | 1000110 | 11001 | 0 | 100001 | 11001001 | 110110 | 101100 |
Color Harmonies of #3381AB
Complementary color
Monochromatic Colors of #3381AB
Black with #3381AB
Text Example
Text Example
White with #3381AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3381AB; }
p { color: rgb(51,129,171); }
H1.HeaderClassName
{
color: #3381AB;
}
.AnyTagClassName
{
color: #3381AB;
}
</style>
background-color css
<style>
a { background-color: #3381AB; }
a { background-color: rgb(51,129,171); }
div.DivClassName
{
background-color: #3381AB;
}
.BgClassName
{
background-color: #3381AB;
}
</style>
border-color css
<style>
span { border-color: #3381AB; }
span { border-color: rgb(51,129,171); }
td.TdClassName
{
border-color: #3381AB;
}
.TagClassName
{
border-color: #3381AB;
}
</style>