Shades of Curious Blue #3380BD
Tints of Curious Blue #3380BD
RGB
CMYK
RGB Variations
Color information
#3380BD (or 0x3380BD) is known color: Curious Blue. HEX triplet: 33, 80 and BD. RGB value is (51,128,189). Sum of RGB (Red+Green+Blue) = 51+128+189=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #3380BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3380BD is #CC7F42. Grayscale: #6F6F6F. Windows color (decimal): -13401923 or 12419123. OLE color: 12419123.
HSL color Cylindrical-coordinate representation of color #3380BD: hue angle of 206.52º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3380BD is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 128 | 189 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.26 |
| HSL | 206.52º | 0.58% | 0.47% | - |
| HSV(B) | 206.52º | 0.73% | 0.74% | - |
| XYZ | 18.27 | 19.82 | 51.01 | - |
| YUV | 111.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 189 | 0.73 | 0.32 | 0 | 0.26 | 206.52 | 0.58 | 0.47 |
| Hex | 33 | 80 | BD | 49 | 20 | 0 | 1A | CF | 3A | 2F |
| Octal | 63 | 200 | 275 | 111 | 40 | 0 | 32 | 317 | 72 | 57 |
| Binary | 110011 | 10000000 | 10111101 | 1001001 | 100000 | 0 | 11010 | 11001111 | 111010 | 101111 |
Color Harmonies of #3380BD
Complementary color
Monochromatic Colors of #3380BD
Black with #3380BD
Text Example
Text Example
White with #3380BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3380BD; }
p { color: rgb(51,128,189); }
H1.HeaderClassName
{
color: #3380BD;
}
.AnyTagClassName
{
color: #3380BD;
}
</style>
background-color css
<style>
a { background-color: #3380BD; }
a { background-color: rgb(51,128,189); }
div.DivClassName
{
background-color: #3380BD;
}
.BgClassName
{
background-color: #3380BD;
}
</style>
border-color css
<style>
span { border-color: #3380BD; }
span { border-color: rgb(51,128,189); }
td.TdClassName
{
border-color: #3380BD;
}
.TagClassName
{
border-color: #3380BD;
}
</style>