Shades of Curious Blue #3380BA
Tints of Curious Blue #3380BA
RGB
CMYK
RGB Variations
Color information
#3380BA (or 0x3380BA) is known color: Curious Blue. HEX triplet: 33, 80 and BA. RGB value is (51,128,186). Sum of RGB (Red+Green+Blue) = 51+128+186=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #3380BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3380BA is #CC7F45. Grayscale: #6F6F6F. Windows color (decimal): -13401926 or 12222515. OLE color: 12222515.
HSL color Cylindrical-coordinate representation of color #3380BA: hue angle of 205.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3380BA is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 128 | 186 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.27 |
| HSL | 205.78º | 0.57% | 0.46% | - |
| HSV(B) | 205.78º | 0.73% | 0.73% | - |
| XYZ | 17.95 | 19.69 | 49.31 | - |
| YUV | 111.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 186 | 0.73 | 0.31 | 0 | 0.27 | 205.78 | 0.57 | 0.46 |
| Hex | 33 | 80 | BA | 49 | 1F | 0 | 1B | CE | 39 | 2E |
| Octal | 63 | 200 | 272 | 111 | 37 | 0 | 33 | 316 | 71 | 56 |
| Binary | 110011 | 10000000 | 10111010 | 1001001 | 11111 | 0 | 11011 | 11001110 | 111001 | 101110 |
Color Harmonies of #3380BA
Complementary color
Monochromatic Colors of #3380BA
Black with #3380BA
Text Example
Text Example
White with #3380BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3380BA; }
p { color: rgb(51,128,186); }
H1.HeaderClassName
{
color: #3380BA;
}
.AnyTagClassName
{
color: #3380BA;
}
</style>
background-color css
<style>
a { background-color: #3380BA; }
a { background-color: rgb(51,128,186); }
div.DivClassName
{
background-color: #3380BA;
}
.BgClassName
{
background-color: #3380BA;
}
</style>
border-color css
<style>
span { border-color: #3380BA; }
span { border-color: rgb(51,128,186); }
td.TdClassName
{
border-color: #3380BA;
}
.TagClassName
{
border-color: #3380BA;
}
</style>