Shades of Curious Blue #3377BA
Tints of Curious Blue #3377BA
RGB
CMYK
RGB Variations
Color information
#3377BA (or 0x3377BA) is known color: Curious Blue. HEX triplet: 33, 77 and BA. RGB value is (51,119,186). Sum of RGB (Red+Green+Blue) = 51+119+186=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3377BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377BA is #CC8845. Grayscale: #696969. Windows color (decimal): -13404230 or 12220211. OLE color: 12220211.
HSL color Cylindrical-coordinate representation of color #3377BA: hue angle of 209.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 #3377BA is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 119 | 186 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.27 |
| HSL | 209.78º | 0.57% | 0.46% | - |
| HSV(B) | 209.78º | 0.73% | 0.73% | - |
| XYZ | 16.82 | 17.44 | 48.93 | - |
| YUV | 106.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 186 | 0.73 | 0.36 | 0 | 0.27 | 209.78 | 0.57 | 0.46 |
| Hex | 33 | 77 | BA | 49 | 24 | 0 | 1B | D2 | 39 | 2E |
| Octal | 63 | 167 | 272 | 111 | 44 | 0 | 33 | 322 | 71 | 56 |
| Binary | 110011 | 1110111 | 10111010 | 1001001 | 100100 | 0 | 11011 | 11010010 | 111001 | 101110 |
Color Harmonies of #3377BA
Complementary color
Monochromatic Colors of #3377BA
Black with #3377BA
Text Example
Text Example
White with #3377BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3377BA; }
p { color: rgb(51,119,186); }
H1.HeaderClassName
{
color: #3377BA;
}
.AnyTagClassName
{
color: #3377BA;
}
</style>
background-color css
<style>
a { background-color: #3377BA; }
a { background-color: rgb(51,119,186); }
div.DivClassName
{
background-color: #3377BA;
}
.BgClassName
{
background-color: #3377BA;
}
</style>
border-color css
<style>
span { border-color: #3377BA; }
span { border-color: rgb(51,119,186); }
td.TdClassName
{
border-color: #3377BA;
}
.TagClassName
{
border-color: #3377BA;
}
</style>